]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: indentation fixes
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 24 Feb 2016 23:27:56 +0000 (00:27 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 26 Feb 2016 21:23:38 +0000 (22:23 +0100)
src/core/execute.c
src/core/smack-setup.c
src/stdio-bridge/stdio-bridge.c

index 8ede9e9afbcc5460f195294333763b06bd02095a..517c2fb45b4855ae3896b325ed30b13e91a7ed0f 100644 (file)
@@ -1876,7 +1876,7 @@ static int exec_child(
                                  * also to the context secure_bits so that we don't try to
                                  * drop the bit away next. */
 
-                                 secure_bits |= 1<<SECURE_KEEP_CAPS;
+                                secure_bits |= 1<<SECURE_KEEP_CAPS;
                         }
                 }
 
index 0c26e85460d68d495b78538799ad8acc6700d7c0..5a6d11cfa1f5d3763d7bee9b64ad6691c2ab477c 100644 (file)
@@ -261,7 +261,7 @@ static int write_netlabel_rules(const char* srcdir) {
                 }
         }
 
-       return r;
+        return r;
 }
 
 #endif
index 91eace90e2cac65dcc162733437e4a0aad9f4342..c38b43b0f03a36da8fdd5c5f8558910dd82322c6 100644 (file)
@@ -190,7 +190,7 @@ int main(int argc, char *argv[]) {
         }
 
         for (;;) {
-                 _cleanup_(sd_bus_message_unrefp)sd_bus_message *m = NULL;
+                _cleanup_(sd_bus_message_unrefp)sd_bus_message *m = NULL;
                 int events_a, events_b, fd;
                 uint64_t timeout_a, timeout_b, t;
                 struct timespec _ts, *ts;