changeset 1335:97f50084cc62

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