summaryrefslogtreecommitdiff
path: root/src/regex.c
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
commit176ad1cce9d5c056875590ab19c3392a44ad3591 (patch)
tree00af9e4eba47e0762f48ea3de257c37d024af20c /src/regex.c
parent1620c27e3de7116e9e8dd6b0f478b39f10abfd48 (diff)
downloademacs-176ad1cce9d5c056875590ab19c3392a44ad3591.tar.gz
(re_search_2): Fix indentation.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c4
1 files changed, 2 insertions, 2 deletions
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)
{