guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/27: Remove tabs


From: Ludovic Courtès
Subject: 03/27: Remove tabs
Date: Wed, 03 Jun 2015 22:00:32 +0000

civodul pushed a commit to branch nix
in repository guix.

commit 8d9a0be27880d690e8045d27ea2ff5edad967750
Author: Eelco Dolstra <address@hidden>
Date:   Fri Dec 12 12:39:50 2014 +0100

    Remove tabs
---
 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 e42d602..463aba1 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]