aboutsummaryrefslogtreecommitdiff
path: root/include/xatonum.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-07-21 15:08:09 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-07-21 15:08:09 +0000
commitb71c668c577f7780362f7ea632895c11e3760d66 (patch)
tree860ccf38cce8c5347ae2b714a22b82a1d7dba323 /include/xatonum.h
parent82bd9ee64546c4f6f60303f6356377ce6b695a06 (diff)
downloadbusybox-w32-b71c668c577f7780362f7ea632895c11e3760d66.tar.gz
busybox-w32-b71c668c577f7780362f7ea632895c11e3760d66.tar.bz2
busybox-w32-b71c668c577f7780362f7ea632895c11e3760d66.zip
style fix (stray space before ';')
Diffstat (limited to 'include/xatonum.h')
-rw-r--r--include/xatonum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xatonum.h b/include/xatonum.h
index e613fce6b..387545518 100644
--- a/include/xatonum.h
+++ b/include/xatonum.h
@@ -18,7 +18,7 @@ unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned ty
18unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u); \ 18unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u); \
19unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \ 19unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \
20unsigned type xato##UT(const char *str); \ 20unsigned type xato##UT(const char *str); \
21type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx) ;\ 21type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx); \
22type xstrto##T##_range(const char *str, int b, type l, type u); \ 22type xstrto##T##_range(const char *str, int b, type l, type u); \
23type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx); \ 23type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx); \
24type xato##T##_range(const char *str, type l, type u); \ 24type xato##T##_range(const char *str, type l, type u); \