mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
put spaces after if/while
This commit is contained in:
@@ -52,7 +52,7 @@ usage(const char *name)
|
||||
const char *const *p = usage_msg;
|
||||
|
||||
printf("Usage: %s [switches] programfile\n", name);
|
||||
while(*p)
|
||||
while (*p)
|
||||
printf(" %s\n", *p++);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user