civodul pushed a commit to branch nix
in repository guix.
commit 43b64f503844a66c344780a11289678a001572db
Author: Eelco Dolstra <[email protected]>
Date: Thu Jul 10 17:32:21 2014 +0200
Remove tabs
---
src/libstore/build.cc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index d318450..1870abe 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -2075,9 +2075,9 @@ void DerivationGoal::initChild()
throw SysError("mounting /dev/pts");
createSymlink("/dev/pts/ptmx", chrootRootDir + "/dev/ptmx");
- /* Make sure /dev/pts/ptmx is world-writable. With some
- Linux versions, it is created with permissions 0. */
- chmod_(chrootRootDir + "/dev/pts/ptmx", 0666);
+ /* Make sure /dev/pts/ptmx is world-writable. With some
+ Linux versions, it is created with permissions 0. */
+ chmod_(chrootRootDir + "/dev/pts/ptmx", 0666);
}
/* Do the chroot(). Below we do a chdir() to the