aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 21:45:36 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 21:45:36 +0000
commit67300e9524513806d0e89234a8e9d058200d28ea (patch)
tree13638e81803a4413f14bc7575fa7efd4ec5b51b2 /tmux.h
parentf2a4ef5260222ff658d7530189dcd58e5070993e (diff)
downloadrtmux-67300e9524513806d0e89234a8e9d058200d28ea.tar.gz
rtmux-67300e9524513806d0e89234a8e9d058200d28ea.tar.bz2
rtmux-67300e9524513806d0e89234a8e9d058200d28ea.zip
Stupid style nits.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b7e47da0..a8902f19 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.552 2010-04-05 05:11:44 micahcowan Exp $ */
+/* $Id: tmux.h,v 1.553 2010-04-06 21:45:36 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -542,7 +542,6 @@ struct mode_key_table {
#define MODE_MOUSE 0x10
#define MODE_WRAP 0x20 /* whether lines wrap */
-
/*
* A single UTF-8 character.
*