Coding style fixes, mostly indentation and whitespace

This commit is contained in:
Markus Armbruster 2010-05-18 22:09:01 +02:00
parent 8a0d117d45
commit 373651359e
47 changed files with 131 additions and 130 deletions

View file

@ -87,7 +87,7 @@ struct symbol meta_flags[] = {
{0, NULL}
};
struct symbol meta_type[] = {
struct symbol meta_type[] = {
{NSC_LONG, "d"},
{NSC_DOUBLE, "g"},
{NSC_STRING, "s"},
@ -101,7 +101,7 @@ struct symbol meta_type[] = {
{NSC_HIDDEN, "d"},
{NSC_TIME, "d"},
{NSC_FLOAT, "g"},
{NSC_STRINGY,"c"},
{NSC_STRINGY, "c"},
{NSC_NOTYPE, NULL}
};
@ -150,7 +150,7 @@ struct symbol nation_relations[] = {
struct symbol nation_status[] = {
{STAT_UNUSED, "unused"},
{STAT_NEW, "new"},
{STAT_NEW, "new"},
{STAT_VIS, "visitor"},
{STAT_SANCT, "sanctuary"},
{STAT_ACTIVE, "active"},