summaryrefslogtreecommitdiff
path: root/lib/systemd.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-08-09 11:49:42 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-08-09 12:03:17 +0200
commitac4d0be5874fafd14212d6007fff7495edc9b152 (patch)
tree5e2f0d3189de928c849f9983406389ade3b098cb /lib/systemd.h
parent76a86854181c27819e5cf71b12ae1fa5ccd9e02a (diff)
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/systemd.h')
-rw-r--r--lib/systemd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/systemd.h b/lib/systemd.h
index 685f3d9a77..a9a8fb1f34 100644
--- a/lib/systemd.h
+++ b/lib/systemd.h
@@ -28,13 +28,12 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* To turn on systemd compilation, use --enable-systemd on
* configure run.
*/
-void systemd_send_information (const char *info);
-void systemd_send_stopping (void);
+void systemd_send_information(const char *info);
+void systemd_send_stopping(void);
/*
* master - The struct thread_master * to use to schedule ourself
* the_process - Should we send watchdog if we are not the requested
* process?
*/
-void systemd_send_started (struct thread_master *master, int the_process);
-
+void systemd_send_started(struct thread_master *master, int the_process);