From: Andreas Schwab Date: Wed, 29 Apr 1998 09:23:15 +0000 (+0000) Subject: (re_search_2): Fix indentation. X-Git-Tag: emacs-20.3~1239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28ae27ae28f4ab958b0ad94808de1b8946d2a2b3;p=emacs.git (re_search_2): Fix indentation. --- diff --git a/src/regex.c b/src/regex.c index 76000894044..bbbfcc9fe54 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3786,8 +3786,8 @@ re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) /* 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) {