log: fix whitespaces
[project/ubox.git] / log / syslog.h
index b682ced..81a039f 100644 (file)
@@ -26,7 +26,7 @@ struct log_head {
        unsigned int id;
        int priority;
        int source;
-        struct timespec ts;
+       struct timespec ts;
        char data[];
 };