diff options
author | midipix <writeonce@midipix.org> | 2024-06-15 22:56:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-22 13:41:45 +0000 |
commit | 60938530ceff2be4922fd0afa387694185f4d812 (patch) | |
tree | 2bdd3faaf1d69fbf289ed320fe3cf13e0e495f75 /src/internal/argv | |
parent | e80d48160ba6cc0cd83fa3bf57731e8fecf53f46 (diff) | |
download | treebnf-60938530ceff2be4922fd0afa387694185f4d812.tar.bz2 treebnf-60938530ceff2be4922fd0afa387694185f4d812.tar.xz |
argv.h: whitespace meditation.
Diffstat (limited to 'src/internal/argv')
-rw-r--r-- | src/internal/argv/argv.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 68abdcd..1f9d6f3 100644 --- a/src/internal/argv/argv.h +++ b/src/internal/argv/argv.h @@ -106,12 +106,12 @@ struct argv_option { }; struct argv_entry { - const char * arg; - int tag; - bool fopt; - bool fval; - bool fnoscan; - enum argv_error errcode; + const char * arg; + int tag; + bool fopt; + bool fval; + bool fnoscan; + enum argv_error errcode; }; struct argv_meta { |