changeset 19184:83b4daf16443

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 06:31:13 +0000
parents aaf5a3f7a2bd
children 77910f9661a9
files src/regex.c
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.c	Wed Aug 06 04:29:14 1997 +0000
+++ b/src/regex.c	Wed Aug 06 06:31:13 1997 +0000
@@ -2185,11 +2185,11 @@
 		  }
 		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 @@
 
 		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);