summaryrefslogtreecommitdiff
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-29 23:04:57 -0500
committermidipix <writeonce@midipix.org>2016-01-01 22:50:24 -0500
commitf0e1b6834ba12762c51f2f1430238fac62ab47ef (patch)
tree117c14be86ab76efa4d05cdf3773d9fc21e408c3 /src/skin
parentfdf8e8a3b42c96bda07d3958378ff6736f90de79 (diff)
downloadapimagic-f0e1b6834ba12762c51f2f1430238fac62ab47ef.tar.bz2
apimagic-f0e1b6834ba12762c51f2f1430238fac62ab47ef.tar.xz
whitespace meditation.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/amgc_skin_default.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/skin/amgc_skin_default.c b/src/skin/amgc_skin_default.c
index 865231e..a984982 100644
--- a/src/skin/amgc_skin_default.c
+++ b/src/skin/amgc_skin_default.c
@@ -11,11 +11,11 @@
"iso9899:2011"
const struct argv_option amgc_default_options[] = {
- {"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,
- "show version information"},
+ {"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,
+ "show version information"},
- {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0,
- "show usage information [listing %s options only]"},
+ {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0,
+ "show usage information [listing %s options only]"},
{"std", 'g',TAG_LANG_STD,ARGV_OPTARG_REQUIRED,AMGC_LANG_STD_PARADIGM,0,
"set language standard"},