changeset 21838:1d93b782b983

(re_search_2): Fix indentation.
author Andreas Schwab <schwab@suse.de>
date Wed, 29 Apr 1998 09:23:15 +0000
parents ea78758c282e
children 376ce06ab12d
files src/regex.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)
 		      {