ovsdb-tool: replace tabs with spaces
authorAlexandru Copot <alex.mihai.c@gmail.com>
Fri, 1 Nov 2013 21:20:56 +0000 (23:20 +0200)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Nov 2013 21:32:33 +0000 (14:32 -0700)
Signed-off-by: Alexandru Copot <alex.mihai.c@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ovsdb/ovsdb-tool.c

index 11e61e6..5e2b71b 100644 (file)
@@ -524,7 +524,7 @@ do_show_log(int argc, char *argv[])
                     t *= 1000;
                 }
 
-               s = xastrftime_msec(" %Y-%m-%d %H:%M:%S.###", t, true);
+                s = xastrftime_msec(" %Y-%m-%d %H:%M:%S.###", t, true);
                 fputs(s, stdout);
                 free(s);
             }