whitespace
authorDima Kogan <dima@secretsauce.net>
Wed, 23 Apr 2014 09:42:58 +0000 (02:42 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:25 +0000 (20:38 +0900)
proc.c

diff --git a/proc.c b/proc.c
index c9625f2..79846d4 100644 (file)
--- a/proc.c
+++ b/proc.c
@@ -927,8 +927,8 @@ proc_add_library(struct process *proc, struct library *lib)
                if (options.bt_depth > 0) {
                        if (leader->dwfl == NULL) {
                                int r = dwfl_linux_proc_attach(dwfl,
-                                                                                          leader->pid,
-                                                                                          true);
+                                                              leader->pid,
+                                                              true);
                                if (r == 0)
                                        leader->dwfl = dwfl;
                                else {