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