summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:34:49 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:06 +0200
commit695e3efd921dac7848066b6b64ef5e2ebbe7f526 (patch)
treebc2aa281544b5f25004c10e1faec7b426b5e3a29 /ax25ipd/ax25ipd.c
parent6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 (diff)
Reformat consistently. Strictly whitespace changes only.
Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r--ax25ipd/ax25ipd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index f664e2e..403a7b4 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -146,10 +146,10 @@ int main(int argc, char **argv)
/* if we get this far without error, let's fork off ! :-) */
if (opt_nofork == 0) {
- if (!daemon_start(TRUE)) {
- syslog(LOG_DAEMON | LOG_CRIT, "ax25ipd: cannot become a daemon\n");
- return 1;
- }
+ if (!daemon_start(TRUE)) {
+ syslog(LOG_DAEMON | LOG_CRIT, "ax25ipd: cannot become a daemon\n");
+ return 1;
+ }
}
/* we need to close stdin, stdout, stderr: because otherwise