mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
style(9) nitlet:
foo() { } to foo() { }
This commit is contained in:
parent
fd9070970c
commit
327608b266
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151420
@ -837,7 +837,8 @@ static time_t now;
|
||||
* based on the specification.
|
||||
*/
|
||||
static int
|
||||
skip_message(const char *name, const char *spec, int checkcase) {
|
||||
skip_message(const char *name, const char *spec, int checkcase)
|
||||
{
|
||||
const char *s;
|
||||
char prev, next;
|
||||
int exclude = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user