diff regex.c @ 1335:97f50084cc62

(re_search_2): Fix indentation.
author Andreas Schwab <schwab@suse.de>
date Wed, 29 Apr 1998 09:23:15 +0000
parents 818db3848f2b
children e5cbc689bc64
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -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)
 		      {