aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-05 17:46:40 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-05 17:46:40 +0000
commitea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch)
treebf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/include/regex
parent34153b205265e2e831c1e3ee02be0fc88fa41710 (diff)
downloadpostgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.tar.gz
postgresql-ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f.zip
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/include/regex')
-rw-r--r--src/include/regex/cclass.h16
-rw-r--r--src/include/regex/cname.h2
-rw-r--r--src/include/regex/regex.h2
-rw-r--r--src/include/regex/utils.h2
4 files changed, 11 insertions, 11 deletions
diff --git a/src/include/regex/cclass.h b/src/include/regex/cclass.h
index 700c712d8ca..8b13c125830 100644
--- a/src/include/regex/cclass.h
+++ b/src/include/regex/cclass.h
@@ -43,7 +43,7 @@ static struct cclass
char *name;
char *chars;
char *multis;
-} cclasses[] =
+} cclasses[] =
{
{
@@ -52,7 +52,7 @@ static struct cclass
},
{
"alpha", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
- ""
+ ""
},
{
"blank", " \t", ""
@@ -67,31 +67,31 @@ static struct cclass
{
"graph", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
- ""
+ ""
},
{
"lower", "abcdefghijklmnopqrstuvwxyz",
- ""
+ ""
},
{
"print", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ",
- ""
+ ""
},
{
"punct", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
- ""
+ ""
},
{
"space", "\t\n\v\f\r ", ""
},
{
"upper", "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
- ""
+ ""
},
{
"xdigit", "0123456789ABCDEFabcdef",
- ""
+ ""
},
{
NULL, NULL, ""
diff --git a/src/include/regex/cname.h b/src/include/regex/cname.h
index 235de80a2d5..bff408e4f0c 100644
--- a/src/include/regex/cname.h
+++ b/src/include/regex/cname.h
@@ -42,7 +42,7 @@ static struct cname
{
char *name;
char code;
-} cnames[] =
+} cnames[] =
{
{
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h
index 180bfe204f5..09f966e1bf2 100644
--- a/src/include/regex/regex.h
+++ b/src/include/regex/regex.h
@@ -110,4 +110,4 @@ extern int pg95_regexec(const regex_t *preg, const char *string,
regmatch_t *pmatch, int eflags);
extern void pg95_regfree(regex_t *preg);
-#endif /* !_REGEX_H_ */
+#endif /* !_REGEX_H_ */
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h
index 4a29c217264..282bb791ad6 100644
--- a/src/include/regex/utils.h
+++ b/src/include/regex/utils.h
@@ -61,4 +61,4 @@ typedef unsigned char uch;
#endif
#endif
-#endif /* _REGEX_UTILS_H */
+#endif /* _REGEX_UTILS_H */