From a1b43faa436430e76da7da5ee321113a87ce719c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 01:51:22 +0000 Subject: Trim spaces. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b4e09810..a82c751b 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.213 2009-01-10 01:30:38 nicm Exp $ */ +/* $Id: tmux.h,v 1.214 2009-01-10 01:51:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -840,7 +840,7 @@ struct key_binding { int key; struct cmd *cmd; - SPLAY_ENTRY(key_binding) entry; + SPLAY_ENTRY(key_binding) entry; }; SPLAY_HEAD(key_bindings, key_binding); -- cgit