From 6783b2372ef13c141649840a836ff0a954ea1d4d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 28 Oct 2001 06:26:15 +0000 Subject: Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments. --- src/include/regex/cclass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/regex/cclass.h') diff --git a/src/include/regex/cclass.h b/src/include/regex/cclass.h index c0ae7da4f65..700c712d8ca 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[] = { { -- cgit v1.2.3