Skip to content

Commit

Permalink
White space nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
krw committed Jan 13, 2019
1 parent 1ff1dcb commit 4ea9878
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sbin/dhclient/clparse.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: clparse.c,v 1.170 2019/01/13 18:45:21 krw Exp $ */
/* $OpenBSD: clparse.c,v 1.171 2019/01/13 21:55:32 krw Exp $ */

/* Parser for dhclient config and lease files. */

Expand Down Expand Up @@ -671,7 +671,7 @@ parse_lease_decl(FILE *cfile, struct client_lease *lease, char *name)
}

parse_semi(cfile);
}
}

/*
* option :==
Expand Down Expand Up @@ -835,6 +835,7 @@ parse_reject_statement(FILE *cfile)

return 1;
}

/*
* Apply the list of options to be ignored that was provided on the
* command line. This will override any ignore list obtained from
Expand Down

0 comments on commit 4ea9878

Please sign in to comment.