mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 15:58:27 +02:00
Trim spaces.
This commit is contained in:
4
tmux.h
4
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 <nicm@users.sourceforge.net>
|
||||
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user