aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-29 10:51:18 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-29 10:51:18 +0100
commit2cf1e8bc479c1f210be96a7edddf72cc17ca322c (patch)
tree6a322900248027cf838cbf0249efa5cf2be7783d
parenttypo (diff)
downloadbus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.gz
bus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.bz2
bus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/examples/daemon-dependencies/await-ready.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/daemon-dependencies/await-ready.c b/doc/examples/daemon-dependencies/await-ready.c
index fea2382..372b34f 100644
--- a/doc/examples/daemon-dependencies/await-ready.c
+++ b/doc/examples/daemon-dependencies/await-ready.c
@@ -103,7 +103,7 @@ main(int argc_, char *argv_[])
if (!WEXITSTATUS(system(arg)))
started[i] = 1;
else
- remaining++;
+ remaining++;
}
if (remaining)