summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-10-20 14:22:57 +0000
committernicm <nicm@openbsd.org>2009-10-20 14:22:57 +0000
commit2c0e3969a5a1bb133e129b1bcce9c294ae92d674 (patch)
tree76cf99c94972f151daf25c67a1f548013b52e5a6
parentthe flags -h and -u are mutually exclusive; we do not need enclosing (diff)
downloadwireguard-openbsd-2c0e3969a5a1bb133e129b1bcce9c294ae92d674.tar.xz
wireguard-openbsd-2c0e3969a5a1bb133e129b1bcce9c294ae92d674.zip
Nuke stray blank line.
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 21ea96735ed..110db121310 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.140 2009/10/17 08:24:46 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.141 2009/10/20 14:22:57 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -130,7 +130,6 @@ enum key_code {
/* Function keys. */
KEYC_F1,
-
KEYC_F2,
KEYC_F3,
KEYC_F4,