diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-15 13:58:01 +0100 |
commit | 6830ade6aa91dad5afe6abf9d1e4f696f5641bf1 (patch) | |
tree | 0b7de8e0cbaa864f742901814f734549270e5ff9 /editors/sed.c | |
parent | 30a8652fbf16884490cee4a624f039a9ab587269 (diff) | |
download | busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.gz busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.bz2 busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index 070af611a..f8ca5d351 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -1077,7 +1077,7 @@ static void process_files(void) | |||
1077 | /* or does this line matches our last address regex */ | 1077 | /* or does this line matches our last address regex */ |
1078 | || (sed_cmd->end_match && old_matched | 1078 | || (sed_cmd->end_match && old_matched |
1079 | && (regexec(sed_cmd->end_match, | 1079 | && (regexec(sed_cmd->end_match, |
1080 | pattern_space, 0, NULL, 0) == 0) | 1080 | pattern_space, 0, NULL, 0) == 0) |
1081 | ) | 1081 | ) |
1082 | ); | 1082 | ); |
1083 | } | 1083 | } |