From: Alexandru Copot Date: Fri, 1 Nov 2013 21:20:56 +0000 (+0200) Subject: ovsdb-tool: replace tabs with spaces X-Git-Tag: sliver-openvswitch-2.0.90-1~6^2~37 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=5709346214a4a9d383a49188669551e280b191de ovsdb-tool: replace tabs with spaces Signed-off-by: Alexandru Copot Signed-off-by: Ben Pfaff --- diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c index 11e61e6b4..5e2b71b84 100644 --- a/ovsdb/ovsdb-tool.c +++ b/ovsdb/ovsdb-tool.c @@ -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); }