chiark / gitweb /
sd-daemon: turn sd-daemon.c into a shared library
[elogind.git] / src / log.c
index 95c27656b70a6195fbdba39d1aa19e9eb62d6541..3776f0d9d89a920781166c90a15ba66937a93ce6 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -238,11 +238,11 @@ void log_set_max_level(int level) {
 }
 
 static int write_to_console(
-        int level,
-        const char*file,
-        int line,
-        const char *func,
-        const char *buffer) {
+                int level,
+                const char*file,
+                int line,
+                const char *func,
+                const char *buffer) {
 
         char location[64];
         struct iovec iovec[5];