*: whitespace fixes
[oweals/busybox.git] / libbb / parse_config.c
index 9dbfaf5d7838d9a290a1f9eea373e299aed52e05..d471edbeecda819ad3353cb8b31b229c71f1fd5b 100644 (file)
@@ -45,7 +45,7 @@ int parse_main(int argc UNUSED_PARAM, char **argv)
 Typical usage:
 
 ----- CUT -----
-       char *t[3];     // tokens placeholder
+       char *t[3];  // tokens placeholder
        parser_t *p = config_open(filename);
        if (p) {
                // parse line-by-line