[ovs-dev] [PATCH] ovsdb-tool: replace tabs with spaces

Alexandru Copot alex.mihai.c at gmail.com
Fri Nov 1 21:20:56 UTC 2013


Signed-off-by: Alexandru Copot <alex.mihai.c at gmail.com>
---
 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 11e61e6..5e2b71b 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);
             }
-- 
1.8.4.2




More information about the dev mailing list