diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-10T15·32+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-10T15·32+0200 |
commit | 43b64f503844a66c344780a11289678a001572db (patch) | |
tree | 5e96855bf9b01d2565398c7708b1c18f2c23a00f /src | |
parent | 8e9140cfdef9dbd1eb61e4c75c91d452ab5e4a74 (diff) |
Remove tabs
Diffstat (limited to 'src')
-rw-r--r-- | 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 d3184507ce1c..1870abead491 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 |