diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 12:01:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 12:01:49 +0200 |
commit | 030825802d79cdb553a17a0a9fee8741719a7031 (patch) | |
tree | 3c30313a9ae74e1155f6be4951923d1390f466c3 /src | |
parent | typo (diff) | |
download | mds-030825802d79cdb553a17a0a9fee8741719a7031.tar.gz mds-030825802d79cdb553a17a0a9fee8741719a7031.tar.bz2 mds-030825802d79cdb553a17a0a9fee8741719a7031.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/mds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ int main(int argc_, char** argv_) fail_if (create_directory_root(MDS_STORAGE_ROOT_DIRECTORY)); fail_if (unlink_recursive(pathname)); fail_if (create_directory_user(pathname)); - + /* Save MDS_DISPLAY environment variable. */ xsnprintf(pathname, /* Excuse the reuse without renaming. */ |