dumpwordコマンド実行時やレジスタの内容を表示するときに、対応する文字を表示するよう仕様変更
[YACASL2.git] / src / casl2.c
index 85a3ab5..1b438e5 100644 (file)
@@ -4,8 +4,7 @@
 #define _GNU_SOURCE
 #include <getopt.h>
 
-static struct option longopts[] =
-{
+static struct option longopts[] = {
     {"source", no_argument, NULL, 's'},
     {"label", no_argument, NULL, 'l'},
     {"labelonly", no_argument, NULL, 'L'},