From: Richard M. Stallman Date: Wed, 6 Aug 1997 06:31:13 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.1~762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=657fcfbd4150f53c40223693688cba83bc91e9b3;p=emacs.git Whitespace change. --- diff --git a/src/regex.c b/src/regex.c index 4924eba3130..5a98af0678e 100644 --- a/src/regex.c +++ b/src/regex.c @@ -2185,11 +2185,11 @@ regex_compile (pattern, size, syntax, bufp) } else { - /* Could be the end of the bracket expression. If it's - not (i.e., when the bracket expression is `[]' so - far), the ']' character bit gets set way below. */ - if (c == ']' && p != p1 + 1) - break; + /* Could be the end of the bracket expression. If it's + not (i.e., when the bracket expression is `[]' so + far), the ']' character bit gets set way below. */ + if (c == ']' && p != p1 + 1) + break; } /* If C indicates start of multibyte char, get the @@ -2210,7 +2210,8 @@ regex_compile (pattern, size, syntax, bufp) else if (!escaped_char && syntax & RE_CHAR_CLASSES && c == '[' && *p == ':') - { /* Leave room for the null. */ + { + /* Leave room for the null. */ char str[CHAR_CLASS_MAX_LENGTH + 1]; PATFETCH (c);