aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/daemon-depedencies/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/daemon-depedencies/cleanup.c')
-rw-r--r--doc/examples/daemon-depedencies/cleanup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/daemon-depedencies/cleanup.c b/doc/examples/daemon-depedencies/cleanup.c
index d3803c3..f9ead6d 100644
--- a/doc/examples/daemon-depedencies/cleanup.c
+++ b/doc/examples/daemon-depedencies/cleanup.c
@@ -6,7 +6,8 @@
-int main()
+int
+main()
{
char *bus_address = getenv("BUS_INIT");
if (!bus_address || !*bus_address) {