summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-04-29 09:23:15 +0000
committerAndreas Schwab <schwab@suse.de>1998-04-29 09:23:15 +0000
commit6f65addffdf5ac2d1dfa08252cb2b545ba0f08a7 (patch)
treed29d4753046199071aab71894f05d29270cd3851
parent140b7a20b7c376347dac834c95baee91af125394 (diff)
downloadgnulib-6f65addffdf5ac2d1dfa08252cb2b545ba0f08a7.tar.gz
(re_search_2): Fix indentation.
-rw-r--r--regex.c4
1 files changed, 2 insertions, 2 deletions
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)
{