diff options
author | 2015-09-14 13:22:02 +0000 | |
---|---|---|
committer | 2015-09-14 13:22:02 +0000 | |
commit | b8aa9345cb39e9ee316735925518881480f8cde7 (patch) | |
tree | 70b7151e81980a75fa89d8886c942215fe3c0805 /usr.bin/tmux/cmd-set-option.c | |
parent | use .Va for global variables, and .Vt where the type is included (diff) | |
download | wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.tar.xz wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.zip |
Remove some extra blank lines.
Diffstat (limited to 'usr.bin/tmux/cmd-set-option.c')
-rw-r--r-- | usr.bin/tmux/cmd-set-option.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-set-option.c b/usr.bin/tmux/cmd-set-option.c index 45b7ebc1f99..93efc240c71 100644 --- a/usr.bin/tmux/cmd-set-option.c +++ b/usr.bin/tmux/cmd-set-option.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-set-option.c,v 1.82 2015/08/29 08:30:54 nicm Exp $ */ +/* $OpenBSD: cmd-set-option.c,v 1.83 2015/09/14 13:22:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -263,7 +263,6 @@ cmd_set_option_user(struct cmd *self, struct cmd_q *cmdq, const char *optstr, return (CMD_RETURN_NORMAL); } - /* Unset an option. */ int cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq, |