tree-wide: indentation fixes

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-02-25 00:27:56 +01:00
parent 06fb28b16e
commit 7f508f2c74
3 changed files with 3 additions and 3 deletions

View 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;
}
}

View file

@ -261,7 +261,7 @@ static int write_netlabel_rules(const char* srcdir) {
}
}
return r;
return r;
}
#endif

View 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;