style(9) nitlet:

foo() {
}

to

foo()
{
}
This commit is contained in:
Warner Losh 2005-10-17 16:51:06 +00:00
parent fd9070970c
commit 327608b266
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151420

View File

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