summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-10-20 14:22:58 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-10-20 14:22:58 +0000
commite80f3243e68e9a500af149df98e1d00b22442c42 (patch)
treecce170ac5c57288cb366dfe10c3b031f60b476fd
parentacbec9d0f68f9796bc20fb717d1082d687074a2d (diff)
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,