diff options
author | Roger Leigh <rleigh@debian.org> | 2013-04-28 19:30:10 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-05-04 17:17:17 +0100 |
commit | 7927b09e97ccfe31240ecdc172a23b7e759451b0 (patch) | |
tree | 232f431e66d825a6c037d7c87d3bdb3bb9a8cdb6 /test | |
parent | 94bd4d909b83ff719600ad716fdbddd3db0d5835 (diff) | |
download | schroot-7927b09e97ccfe31240ecdc172a23b7e759451b0.tar.gz |
Reindent all headers
Diffstat (limited to 'test')
-rw-r--r-- | test/sbuild/chroot/chroot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sbuild/chroot/chroot.h b/test/sbuild/chroot/chroot.h index 3d2943ef..aae9eae1 100644 --- a/test/sbuild/chroot/chroot.h +++ b/test/sbuild/chroot/chroot.h @@ -253,7 +253,7 @@ public: env.add("UNSHARE_SYSVSEM", "false"); env.add("UNSHARE_UTS", "false"); #endif // SBUILD_FEATURE_UNSHARE - } + } void setup_keyfile_chroot (sbuild::keyfile& keyfile, std::string const& group) |