diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
commit | 319dbfa7364721d3343af03a7ce063c2a2c9d385 (patch) | |
tree | a2146fe02c49ce1e497b7c287dfcaa367a703ae4 /src/include/regex/cname.h | |
parent | a90f12fd9d6886da4f0734288496361a304d3882 (diff) |
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/include/regex/cname.h')
-rw-r--r-- | src/include/regex/cname.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/regex/cname.h b/src/include/regex/cname.h index 8cf78f7cbe5..a333e9c4e5e 100644 --- a/src/include/regex/cname.h +++ b/src/include/regex/cname.h @@ -40,9 +40,9 @@ /* character-name table */ static struct cname { - char *name; - char code; -} cnames[] = + char *name; + char code; +} cnames[] = { { |