diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:51:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:51:18 +0100 |
commit | 2cf1e8bc479c1f210be96a7edddf72cc17ca322c (patch) | |
tree | 6a322900248027cf838cbf0249efa5cf2be7783d /doc/examples/daemon-dependencies | |
parent | typo (diff) | |
download | bus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.gz bus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.bz2 bus-2cf1e8bc479c1f210be96a7edddf72cc17ca322c.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/daemon-dependencies')
-rw-r--r-- | doc/examples/daemon-dependencies/await-ready.c | 2 |
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) |