From: Dima Kogan Date: Wed, 23 Apr 2014 09:42:58 +0000 (-0700) Subject: whitespace X-Git-Tag: accepted/tizen/common/20140822.152031~72 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fltrace.git;a=commitdiff_plain;h=9f66a0c59c4e12e4e0168bb78955c699b0be36dd whitespace --- 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 {