Remove tabs

This commit is contained in:
Eelco Dolstra 2014-12-12 12:39:50 +01:00 committed by Ludovic Courtès
parent 1f8456ff13
commit 8d9a0be278
1 changed files with 5 additions and 5 deletions

View File

@ -641,11 +641,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);