OSDN Git Service

style fix (stray space before ';')
[android-x86/external-busybox.git] / libbb / human_readable.c
index 7714abe..09fa82c 100644 (file)
@@ -75,7 +75,7 @@ const char *make_human_readable_str(unsigned long long size,
                        if (frac >= 5) {
                                ++val;
                        }
-                       f = "%llu%*c" /* fmt_no_tenths */ ;
+                       f = "%llu%*c" /* fmt_no_tenths */;
                        frac = 1;
                }
 #endif