diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:56:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:56:02 +0100 |
commit | fefcf400153657bd7c11271eaf9c5db9f3e9c9fc (patch) | |
tree | 6839a605224c4d1405304f86062034c83b2e99dc /doc | |
parent | whitespace (diff) | |
download | bus-fefcf400153657bd7c11271eaf9c5db9f3e9c9fc.tar.gz bus-fefcf400153657bd7c11271eaf9c5db9f3e9c9fc.tar.bz2 bus-fefcf400153657bd7c11271eaf9c5db9f3e9c9fc.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/daemon-dependencies/await-started.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/daemon-dependencies/await-started.c b/doc/examples/daemon-dependencies/await-started.c index 99ba14f..5a77a13 100644 --- a/doc/examples/daemon-dependencies/await-started.c +++ b/doc/examples/daemon-dependencies/await-started.c @@ -107,7 +107,7 @@ main(int argc_, char *argv_[]) if (!WEXITSTATUS(system(arg))) started[i] = 1; else - remaining++; + remaining++; } } |