From: Lennart Poettering Date: Tue, 22 May 2018 14:01:21 +0000 (+0200) Subject: tree-wide: fix a couple of TABs X-Git-Tag: v239~221^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5201ed6cea9338ed4da2c0f8442e96083bad2c4;p=thirdparty%2Fsystemd.git tree-wide: fix a couple of TABs --- diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml index 1d9203fcff0..abd93677237 100644 --- a/man/systemd-ask-password.xml +++ b/man/systemd-ask-password.xml @@ -196,10 +196,10 @@ - Do not print passwords to standard output. - This is useful if you want to store a password in kernel - keyring with but do not want it - to show up on screen or in logs. + Do not print passwords to standard output. + This is useful if you want to store a password in kernel + keyring with but do not want it + to show up on screen or in logs. diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index 5d7b6ca12a9..3ead519d07f 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -146,8 +146,8 @@ - Format byte counts (as in memory usage and I/O metrics) - with raw numeric values rather than human-readable + Format byte counts (as in memory usage and I/O metrics) + with raw numeric values rather than human-readable numbers. diff --git a/man/udevadm.xml b/man/udevadm.xml index 60f43b2b4af..3a862f540b7 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -298,11 +298,11 @@ - Trigger events for devices for which the last component - (i.e. the filename) of the /sys path matches - the specified PATH. This option can be - specified multiple times and also supports shell style pattern - matching. + Trigger events for devices for which the last component + (i.e. the filename) of the /sys path matches + the specified PATH. This option can be + specified multiple times and also supports shell style pattern + matching. diff --git a/src/basic/MurmurHash2.c b/src/basic/MurmurHash2.c index 47adfb4d0a3..5859af0a81b 100644 --- a/src/basic/MurmurHash2.c +++ b/src/basic/MurmurHash2.c @@ -30,7 +30,7 @@ _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"") // Other compilers -#else // defined(_MSC_VER) +#else // defined(_MSC_VER) #define BIG_CONSTANT(x) (x##LLU) diff --git a/src/basic/MurmurHash2.h b/src/basic/MurmurHash2.h index 93362dd4857..6104b4fbe68 100644 --- a/src/basic/MurmurHash2.h +++ b/src/basic/MurmurHash2.h @@ -18,7 +18,7 @@ typedef unsigned __int64 uint64_t; // Other compilers -#else // defined(_MSC_VER) +#else // defined(_MSC_VER) #include diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 9cfbb1171e6..a8b4c8224ca 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -4194,12 +4194,12 @@ int main(int argc, char *argv[]) { } if (arg_start_mode == START_BOOT) { - const char *p; + const char *p; - if (arg_pivot_root_new) - p = prefix_roota(arg_directory, arg_pivot_root_new); - else - p = arg_directory; + if (arg_pivot_root_new) + p = prefix_roota(arg_directory, arg_pivot_root_new); + else + p = arg_directory; if (path_is_os_tree(p) <= 0) { log_error("Directory %s doesn't look like an OS root directory (os-release file is missing). Refusing.", p); @@ -4209,10 +4209,10 @@ int main(int argc, char *argv[]) { } else { const char *p, *q; - if (arg_pivot_root_new) - p = prefix_roota(arg_directory, arg_pivot_root_new); - else - p = arg_directory; + if (arg_pivot_root_new) + p = prefix_roota(arg_directory, arg_pivot_root_new); + else + p = arg_directory; q = strjoina(p, "/usr/");