From 5709346214a4a9d383a49188669551e280b191de Mon Sep 17 00:00:00 2001 From: Alexandru Copot Date: Fri, 1 Nov 2013 23:20:56 +0200 Subject: [PATCH] ovsdb-tool: replace tabs with spaces Signed-off-by: Alexandru Copot Signed-off-by: Ben Pfaff --- ovsdb/ovsdb-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0