diff options
author | 2009-12-03 22:50:09 +0000 | |
---|---|---|
committer | 2009-12-03 22:50:09 +0000 | |
commit | 197ec97c8443d9515f7229a99d8cf5b485aa116b (patch) | |
tree | 82c19c9b632b9376bb8ab52e8dcaf1e4525abe49 /usr.bin/tmux/cmd-string.c | |
parent | Stop the IdleHold timer when going to idle state. This makes it a bit (diff) | |
download | wireguard-openbsd-197ec97c8443d9515f7229a99d8cf5b485aa116b.tar.xz wireguard-openbsd-197ec97c8443d9515f7229a99d8cf5b485aa116b.zip |
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying
colours...
Diffstat (limited to 'usr.bin/tmux/cmd-string.c')
-rw-r--r-- | usr.bin/tmux/cmd-string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-string.c b/usr.bin/tmux/cmd-string.c index e663610258c..96ad15c1e95 100644 --- a/usr.bin/tmux/cmd-string.c +++ b/usr.bin/tmux/cmd-string.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-string.c,v 1.11 2009/11/26 21:14:30 nicm Exp $ */ +/* $OpenBSD: cmd-string.c,v 1.12 2009/12/03 22:50:10 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -121,7 +121,7 @@ cmd_string_parse(const char *s, struct cmd_list **cmdlist, char **cause) case EOF: case ' ': case '\t': - if (have_arg) { + if (have_arg) { buf = xrealloc(buf, 1, len + 1); buf[len] = '\0'; |