diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-12 12:39:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-03 18:03:14 +0200 |
commit | 8d9a0be27880d690e8045d27ea2ff5edad967750 (patch) | |
tree | 5f19ef023013b6f2d01bf6696fd0cacfe69ef495 | |
parent | 1f8456ff13dadb96c8540df240505a2d01a22f6c (diff) | |
download | guix-8d9a0be27880d690e8045d27ea2ff5edad967750.tar.gz |
Remove tabs
-rw-r--r-- | nix/nix-daemon/nix-daemon.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc index e42d602a3a..463aba18bd 100644 --- a/nix/nix-daemon/nix-daemon.cc +++ b/nix/nix-daemon/nix-daemon.cc @@ -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); |