diff options
author | 2009-06-05 03:13:16 +0000 | |
---|---|---|
committer | 2009-06-05 03:13:16 +0000 | |
commit | 1457867c14839eee385e70bc50eba38467f3826d (patch) | |
tree | 3af181855279cff70da26de87b84db37b8117c6a /usr.bin/tmux/names.c | |
parent | Add missing #ifdef INET6 ... #endif (diff) | |
download | wireguard-openbsd-1457867c14839eee385e70bc50eba38467f3826d.tar.xz wireguard-openbsd-1457867c14839eee385e70bc50eba38467f3826d.zip |
Remove trailing newlines, spaces, and tabs.
No binary change.
Diffstat (limited to 'usr.bin/tmux/names.c')
-rw-r--r-- | usr.bin/tmux/names.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/names.c b/usr.bin/tmux/names.c index 754dd552b07..cadfe4a34c7 100644 --- a/usr.bin/tmux/names.c +++ b/usr.bin/tmux/names.c @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.2 2009/06/03 04:03:16 ray Exp $ */ +/* $OpenBSD: names.c,v 1.3 2009/06/05 03:13:16 ray Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -107,4 +107,3 @@ parse_window_name(const char *in) xfree(copy); return (name); } - |