ovsdbmonitor: Remove.
[sliver-openvswitch.git] / 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);
             }