diff options
author | Denis Vlasenko | 2007-07-19 22:50:47 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-07-19 22:50:47 +0000 |
commit | 2f6ae43b9c74d393a139007377895e8c50b8af9a (patch) | |
tree | 1f899a31345033e8a808de680a37f3cd3f13a656 /libbb/procps.c | |
parent | 2a86a61c270a7d64bcc18a81b0d9004699b1be0f (diff) | |
download | busybox-2f6ae43b9c74d393a139007377895e8c50b8af9a.zip busybox-2f6ae43b9c74d393a139007377895e8c50b8af9a.tar.gz |
stray trailing tabs removed
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 9817a12..3759370 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); |