diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-04-03 22:24:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-04-03 22:24:51 +0200 |
commit | 6aab9928dec29855bcee21bce163e5fdf7144350 (patch) | |
tree | 39cfa4f508f208ae093fefcd8b865a0cb36547e2 /include | |
parent | b068cf2a7e036da8d0b3533b41886c5605c8139d (diff) | |
download | busybox-w32-6aab9928dec29855bcee21bce163e5fdf7144350.tar.gz busybox-w32-6aab9928dec29855bcee21bce163e5fdf7144350.tar.bz2 busybox-w32-6aab9928dec29855bcee21bce163e5fdf7144350.zip |
whitespace and namespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-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 35c28df51..111dd66e0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1771,7 +1771,7 @@ void bb_progress_update(bb_progress_t *p, | |||
1771 | uoff_t totalsize) FAST_FUNC; | 1771 | uoff_t totalsize) FAST_FUNC; |
1772 | 1772 | ||
1773 | unsigned ubi_devnum_from_devname(const char *str) FAST_FUNC; | 1773 | unsigned ubi_devnum_from_devname(const char *str) FAST_FUNC; |
1774 | int get_volid_by_name(unsigned ubi_devnum, const char *vol_name) FAST_FUNC; | 1774 | int ubi_get_volid_by_name(unsigned ubi_devnum, const char *vol_name) FAST_FUNC; |
1775 | 1775 | ||
1776 | 1776 | ||
1777 | extern const char *applet_name; | 1777 | extern const char *applet_name; |