summaryrefslogtreecommitdiff
path: root/src/stdio-bridge
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2016-02-25 00:27:56 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2016-02-26 22:23:38 +0100
commit7f508f2c7468a6469c4db92bb3b9f0e799246eb8 (patch)
treeb409685c0f9ac29eef56c3860b5776212a7ad5f9 /src/stdio-bridge
parent06fb28b16eb4b6170c2e2c0cf1f673730309509b (diff)
downloadsystemd-7f508f2c7468a6469c4db92bb3b9f0e799246eb8.tar.gz
tree-wide: indentation fixes
Diffstat (limited to 'src/stdio-bridge')
-rw-r--r--src/stdio-bridge/stdio-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio-bridge/stdio-bridge.c b/src/stdio-bridge/stdio-bridge.c
index 91eace90e2..c38b43b0f0 100644
--- a/src/stdio-bridge/stdio-bridge.c
+++ b/src/stdio-bridge/stdio-bridge.c
@@ -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;