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/paste.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/paste.c')
-rw-r--r-- | usr.bin/tmux/paste.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/paste.c b/usr.bin/tmux/paste.c index 8815f3e3865..656475b3388 100644 --- a/usr.bin/tmux/paste.c +++ b/usr.bin/tmux/paste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: paste.c,v 1.7 2009/11/26 22:28:24 nicm Exp $ */ +/* $OpenBSD: paste.c,v 1.8 2009/12/03 22:50:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -106,7 +106,7 @@ paste_free_index(struct paste_stack *ps, u_int idx) return (0); } -/* +/* * Add an item onto the top of the stack, freeing the bottom if at limit. Note * that the caller is responsible for allocating data. */ @@ -133,7 +133,7 @@ paste_add(struct paste_stack *ps, char *data, size_t size, u_int limit) } -/* +/* * Replace an item on the stack. Note that the caller is responsible for * allocating data. */ |