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: case wopOptimiseStore:
startWork(); startWork();
store->optimiseStore(); store->optimiseStore();
stopWork(); stopWork();
writeInt(1, to); writeInt(1, to);
break; break;
default: default:
throw Error(format("invalid operation %1%") % op); throw Error(format("invalid operation %1%") % op);