clean up accumulated whitespace damage

This commit is contained in:
Denis Vlasenko
2007-03-07 09:35:43 +00:00
parent 41cca2b4f5
commit 8e858e2700
19 changed files with 31 additions and 30 deletions

View File

@@ -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))
);
}

View File

@@ -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;