From 2f6ae43b9c74d393a139007377895e8c50b8af9a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 19 Jul 2007 22:50:47 +0000 Subject: stray trailing tabs removed --- libbb/procps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb/procps.c') diff --git a/libbb/procps.c b/libbb/procps.c index 9817a1288..37593700a 100644 --- a/libbb/procps.c +++ b/libbb/procps.c @@ -170,8 +170,8 @@ procps_status_t *procps_scan(procps_status_t* sp, int flags) if (flags & PSSCAN_CONTEXT) { if (getpidcon(sp->pid, &sp->context) < 0) sp->context = NULL; - } -#endif + } +#endif filename_tail = filename + sprintf(filename, "/proc/%d", pid); -- cgit v1.2.3