summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/names.c
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2009-06-05 03:13:16 +0000
committerray <ray@openbsd.org>2009-06-05 03:13:16 +0000
commit1457867c14839eee385e70bc50eba38467f3826d (patch)
tree3af181855279cff70da26de87b84db37b8117c6a /usr.bin/tmux/names.c
parentAdd missing #ifdef INET6 ... #endif (diff)
downloadwireguard-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.c3
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);
}
-