[ovs-dev] [PATCH] trivial: Fix indentation.

William Tu u9012063 at gmail.com
Fri Mar 20 20:56:24 UTC 2020


Add extra space to fix indentation.

Signed-off-by: William Tu <u9012063 at gmail.com>
---
 lib/fatal-signal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/fatal-signal.c b/lib/fatal-signal.c
index 09f7c6ecf92c..ba7f5bfd314d 100644
--- a/lib/fatal-signal.c
+++ b/lib/fatal-signal.c
@@ -184,7 +184,7 @@ send_backtrace_to_monitor(void) {
         unw_get_reg(&cursor, UNW_REG_IP, &unw_bt[dep].ip);
         unw_get_proc_name(&cursor, unw_bt[dep].func, UNW_MAX_FUNCN,
                           &unw_bt[dep].offset);
-       dep++;
+        dep++;
     }
 
     ignore(write(daemonize_fd, unw_bt, dep * sizeof(struct unw_backtrace)));
-- 
2.7.4



More information about the dev mailing list