aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-07-30 11:52:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-07-30 11:52:58 +0200
commit982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch)
treef3c90eaa6dba03d209b9f05c799c3ded447cad22 /include/libbb.h
parentbfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff)
downloadbusybox-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 171214586..6b95dc0ec 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -483,9 +483,9 @@ int xmkstemp(char *template) FAST_FUNC;
off_t fdlength(int fd) FAST_FUNC;
uoff_t FAST_FUNC get_volume_size_in_bytes(int fd,
- const char *override,
- unsigned override_units,
- int extend);
+ const char *override,
+ unsigned override_units,
+ int extend);
void xpipe(int filedes[2]) FAST_FUNC;
/* In this form code with pipes is much more readable */