diff options
| author | Andreas Schwab | 1998-04-29 09:23:15 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-29 09:23:15 +0000 |
| commit | 28ae27ae28f4ab958b0ad94808de1b8946d2a2b3 (patch) | |
| tree | 0c9e231ebf06b923fe5082be313f1f2a5ebfe3a8 /src | |
| parent | 07422a1266e24464c8570cc77416d94604c110ed (diff) | |
| download | emacs-28ae27ae28f4ab958b0ad94808de1b8946d2a2b3.tar.gz emacs-28ae27ae28f4ab958b0ad94808de1b8946d2a2b3.zip | |
(re_search_2): Fix indentation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 4 |
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) | |||
| 3786 | 3786 | ||
| 3787 | /* Written out as an if-else to avoid testing `translate' | 3787 | /* Written out as an if-else to avoid testing `translate' |
| 3788 | inside the loop. */ | 3788 | inside the loop. */ |
| 3789 | if (RE_TRANSLATE_P (translate)) | 3789 | if (RE_TRANSLATE_P (translate)) |
| 3790 | { | 3790 | { |
| 3791 | if (multibyte) | 3791 | if (multibyte) |
| 3792 | while (range > lim) | 3792 | while (range > lim) |
| 3793 | { | 3793 | { |