White space, fix alignment
This commit is contained in:
		
							parent
							
								
									1bbf04d310
								
							
						
					
					
						commit
						78ce651531
					
				| @ -287,12 +287,12 @@ _hledger_compreply_query() { | ||||
|     local hledgerArgs=() | ||||
|     case $query in | ||||
|         acct:) | ||||
|                 if (( ${#match} )); then | ||||
|                     hledgerArgs=(accounts --flat) | ||||
|                 else | ||||
|                     hledgerArgs=(accounts --flat --depth 1) | ||||
|                 fi | ||||
|                 ;; | ||||
|             if (( ${#match} )); then | ||||
|                 hledgerArgs=(accounts --flat) | ||||
|             else | ||||
|                 hledgerArgs=(accounts --flat --depth 1) | ||||
|             fi | ||||
|             ;; | ||||
|         code:)  hledgerArgs=(codes) ;; | ||||
|         cur:)   hledgerArgs=(commodities) ;; | ||||
|         desc:)  hledgerArgs=(descriptions) ;; | ||||
|  | ||||
| @ -287,12 +287,12 @@ _hledger_compreply_query() { | ||||
|     local hledgerArgs=() | ||||
|     case $query in | ||||
|         acct:) | ||||
|                 if (( ${#match} )); then | ||||
|                     hledgerArgs=(accounts --flat) | ||||
|                 else | ||||
|                     hledgerArgs=(accounts --flat --depth 1) | ||||
|                 fi | ||||
|                 ;; | ||||
|             if (( ${#match} )); then | ||||
|                 hledgerArgs=(accounts --flat) | ||||
|             else | ||||
|                 hledgerArgs=(accounts --flat --depth 1) | ||||
|             fi | ||||
|             ;; | ||||
|         code:)  hledgerArgs=(codes) ;; | ||||
|         cur:)   hledgerArgs=(commodities) ;; | ||||
|         desc:)  hledgerArgs=(descriptions) ;; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user