treewrite: use Lindent to reformat to kernel coding style
[oweals/opkg-lede.git] / libbb / time_string.c
index d103a02f8a08cf8fbd43986064b02d794b403c2b..af90a1e34c8d6f9ebab4f75dc6355004f22fced5 100644 (file)
@@ -25,7 +25,6 @@
 #include <utime.h>
 #include "libbb.h"
 
-
 /*
  * Return the standard ls-like time string from a time_t
  * This is static and so is overwritten on each call.
@@ -51,7 +50,6 @@ const char *time_string(time_t timeVal)
        return buf;
 }
 
-
 /* END CODE */
 /*
 Local Variables: