From: Andreas Schwab Date: Wed, 29 Apr 1998 09:23:15 +0000 (+0000) Subject: (re_search_2): Fix indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f65addffdf5ac2d1dfa08252cb2b545ba0f08a7;p=pspp (re_search_2): Fix indentation. --- diff --git a/regex.c b/regex.c index 7600089404..bbbfcc9fe5 100644 --- a/regex.c +++ b/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) {