From 9f66a0c59c4e12e4e0168bb78955c699b0be36dd Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 23 Apr 2014 02:42:58 -0700 Subject: whitespace --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proc.c b/proc.c index c9625f2..79846d4 100644 --- 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 { -- cgit v1.2.3