style fix. no code chages
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b563f62bbb
commit
04bcd998ca
@ -50,7 +50,8 @@ int sleep_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
#if ENABLE_FEATURE_FLOAT_SLEEP
|
#if ENABLE_FEATURE_FLOAT_SLEEP
|
||||||
|
|
||||||
# if ENABLE_LOCALE_SUPPORT
|
# if ENABLE_LOCALE_SUPPORT
|
||||||
setlocale (LC_NUMERIC, "C");
|
/* undo busybox.c setlocale */
|
||||||
|
setlocale(LC_NUMERIC, "C");
|
||||||
# endif
|
# endif
|
||||||
duration = 0;
|
duration = 0;
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user