Remove tabs
This commit is contained in:
		
							parent
							
								
									df319047f4
								
							
						
					
					
						commit
						dcdb254281
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -513,11 +513,11 @@ static void performOp(bool trusted, unsigned int clientVersion, | |||
|     } | ||||
| 
 | ||||
|     case wopOptimiseStore: | ||||
| 	startWork(); | ||||
| 	store->optimiseStore(); | ||||
| 	stopWork(); | ||||
| 	writeInt(1, to); | ||||
| 	break; | ||||
|         startWork(); | ||||
|         store->optimiseStore(); | ||||
|         stopWork(); | ||||
|         writeInt(1, to); | ||||
|         break; | ||||
| 
 | ||||
|     default: | ||||
|         throw Error(format("invalid operation %1%") % op); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue