pointless whitespace/comment fixes, no code changes
[oweals/busybox.git] / miscutils / ttysize.c
index f51b328eaa5e81db290a3df39ce88f953106b362..05455543df959b7962608f4e7c2b68b01843e322 100644 (file)
@@ -14,7 +14,7 @@
 int ttysize_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int ttysize_main(int argc, char **argv)
 {
-       unsigned w,h;
+       unsigned w, h;
        struct winsize wsz;
 
        w = 80;