summaryrefslogtreecommitdiffhomepage
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-12 22:03:28 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:32 -0500
commitc3d8abcbdcab5566b2c390193716f40009122d9a (patch)
tree2159ca17b21b2ffd0c463bc37e30049922bf07b1 /src/skin
parent467be12a0871d771e198fc23a2bfdc9843fc4a2b (diff)
downloadperk-c3d8abcbdcab5566b2c390193716f40009122d9a.tar.bz2
perk-c3d8abcbdcab5566b2c390193716f40009122d9a.tar.xz
whitespace meditation.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/pe_skin_default.c31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c
index 2ee828b..c3044b3 100644
--- a/src/skin/pe_skin_default.c
+++ b/src/skin/pe_skin_default.c
@@ -2,27 +2,26 @@
#include "argv/argv.h"
const struct argv_option pe_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]"},
- {"output", 'o',TAG_OUTPUT, ARGV_OPTARG_REQUIRED, 0,"<file>",
- "write output to %s"},
+ {"output", 'o',TAG_OUTPUT,ARGV_OPTARG_REQUIRED,0,"<file>",
+ "write output to %s"},
- {"pretty", 'p',TAG_PRETTY, ARGV_OPTARG_REQUIRED, "yaml",0,
- "format output for parsing by %s"},
+ {"pretty", 'p',TAG_PRETTY,ARGV_OPTARG_REQUIRED,"yaml",0,
+ "format output for parsing by %s"},
- {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE, 0,0,
- "print exported symbols" },
+ {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,
+ "print exported symbols" },
- {"implibs", 'i',TAG_IMPLIBS,ARGV_OPTARG_NONE, 0,0,
- "list direct dependency libraries"},
+ {"implibs", 'i',TAG_IMPLIBS,ARGV_OPTARG_NONE,0,0,
+ "list direct dependency libraries"},
- {"impsyms", 'I',TAG_IMPSYMS,ARGV_OPTARG_NONE, 0,0,
- "list direct dependency libraries "
- "along with required symbols"},
+ {"impsyms", 'I',TAG_IMPSYMS,ARGV_OPTARG_NONE,0,0,
+ "list direct dependency libraries "
+ "along with required symbols"},
{0}
};