clean up accumulated whitespace damage
This commit is contained in:
@@ -896,7 +896,7 @@ restart:
|
||||
/* or does this line matches our last address regex */
|
||||
|| (sed_cmd->end_match && old_matched
|
||||
&& (regexec(sed_cmd->end_match,
|
||||
pattern_space, 0, NULL, 0) == 0))
|
||||
pattern_space, 0, NULL, 0) == 0))
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -84,7 +84,7 @@ enum {
|
||||
S_TO_WS = 2, // used in skip_thing() for moving "dot"
|
||||
S_OVER_WS = 3, // used in skip_thing() for moving "dot"
|
||||
S_END_PUNCT = 4, // used in skip_thing() for moving "dot"
|
||||
S_END_ALNUM = 5 // used in skip_thing() for moving "dot"
|
||||
S_END_ALNUM = 5, // used in skip_thing() for moving "dot"
|
||||
};
|
||||
|
||||
typedef unsigned char Byte;
|
||||
|
Reference in New Issue
Block a user