diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /util-linux/readprofile.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r-- | util-linux/readprofile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 00b3382d8..f8a6e0cd0 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -97,7 +97,7 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv) | |||
97 | */ | 97 | */ |
98 | to_write = sizeof(int); | 98 | to_write = sizeof(int); |
99 | if (!optMult) | 99 | if (!optMult) |
100 | to_write = 1; /* sth different from sizeof(int) */ | 100 | to_write = 1; /* sth different from sizeof(int) */ |
101 | 101 | ||
102 | fd = xopen(defaultpro, O_WRONLY); | 102 | fd = xopen(defaultpro, O_WRONLY); |
103 | xwrite(fd, &multiplier, to_write); | 103 | xwrite(fd, &multiplier, to_write); |
@@ -179,7 +179,7 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv) | |||
179 | if (*mode != 'T' && *mode != 't' | 179 | if (*mode != 'T' && *mode != 't' |
180 | && *mode != 'W' && *mode != 'w' | 180 | && *mode != 'W' && *mode != 'w' |
181 | ) { | 181 | ) { |
182 | break; /* only text is profiled */ | 182 | break; /* only text is profiled */ |
183 | } | 183 | } |
184 | 184 | ||
185 | if (indx >= len / sizeof(*buf)) | 185 | if (indx >= len / sizeof(*buf)) |