diff src/regex.c @ 21838:1d93b782b983

(re_search_2): Fix indentation.
author Andreas Schwab <schwab@suse.de>
date Wed, 29 Apr 1998 09:23:15 +0000
parents f97c01dfd603
children b717a61747c5
line wrap: on
line diff
--- a/src/regex.c	Wed Apr 29 06:50:40 1998 +0000
+++ b/src/regex.c	Wed Apr 29 09:23:15 1998 +0000
@@ -3786,8 +3786,8 @@
 
 	      /* Written out as an if-else to avoid testing `translate'
 		 inside the loop.  */
-	            if (RE_TRANSLATE_P (translate))
-{
+	      if (RE_TRANSLATE_P (translate))
+		{
 		  if (multibyte)
 		    while (range > lim)
 		      {