diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
commit | 6830ade6aa91dad5afe6abf9d1e4f696f5641bf1 (patch) | |
tree | 0b7de8e0cbaa864f742901814f734549270e5ff9 /include/libbb.h | |
parent | 30a8652fbf16884490cee4a624f039a9ab587269 (diff) | |
download | busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.gz busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.bz2 busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6ac7d2cab..606db7d0d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1516,7 +1516,7 @@ struct smaprec { | |||
1516 | procps_read_smaps(pid, total) | 1516 | procps_read_smaps(pid, total) |
1517 | #endif | 1517 | #endif |
1518 | int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total, | 1518 | int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total, |
1519 | void (*cb)(struct smaprec *, void *), void *data); | 1519 | void (*cb)(struct smaprec *, void *), void *data); |
1520 | 1520 | ||
1521 | typedef struct procps_status_t { | 1521 | typedef struct procps_status_t { |
1522 | DIR *dir; | 1522 | DIR *dir; |