[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
349/376: Remove tabs
From: |
Ludovic Court�s |
Subject: |
349/376: Remove tabs |
Date: |
Wed, 28 Jan 2015 22:06:06 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit dcdb254281faf6466de2949a699f3718cfb90a3b
Author: Eelco Dolstra <address@hidden>
Date: Fri Dec 12 12:39:50 2014 +0100
Remove tabs
---
src/nix-daemon/nix-daemon.cc | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/nix-daemon/nix-daemon.cc b/src/nix-daemon/nix-daemon.cc
index 51156ad..ae6e560 100644
--- a/src/nix-daemon/nix-daemon.cc
+++ b/src/nix-daemon/nix-daemon.cc
@@ -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);
- 343/376: Provide default pagers, (continued)
- 343/376: Provide default pagers, Ludovic Court�s, 2015/01/28
- 346/376: Don't use ?=, Ludovic Court�s, 2015/01/28
- 347/376: Remove canary stuff, Ludovic Court�s, 2015/01/28
- 348/376: Remove dead code, Ludovic Court�s, 2015/01/28
- 350/376: Doh, Ludovic Court�s, 2015/01/28
- 338/376: Don't wait for PID -1, Ludovic Court�s, 2015/01/28
- 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv, Ludovic Court�s, 2015/01/28
- 353/376: Don't abort if we get a signal while waiting for the pager, Ludovic Court�s, 2015/01/28
- 351/376: Remove chatty message, Ludovic Court�s, 2015/01/28
- 356/376: Shut up a Valgrind warning, Ludovic Court�s, 2015/01/28
- 349/376: Remove tabs,
Ludovic Court�s <=
- 355/376: Fix some memory leaks, Ludovic Court�s, 2015/01/28
- 357/376: Silence some warnings on GCC 4.9, Ludovic Court�s, 2015/01/28
- 358/376: Install cacert before running nix-channel, Ludovic Court�s, 2015/01/28
- 359/376: Better error message, Ludovic Court�s, 2015/01/28
- 362/376: Undocument nix-generate-patches, Ludovic Court�s, 2015/01/28
- 367/376: Fix image in PDF, Ludovic Court�s, 2015/01/28
- 354/376: Ensure we're writing to stderr in the builder, Ludovic Court�s, 2015/01/28
- 360/376: Style, Ludovic Court�s, 2015/01/28
- 365/376: Update .nixpkg description, Ludovic Court�s, 2015/01/28
- 366/376: Rename files, Ludovic Court�s, 2015/01/28