summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/paste.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-09-14 13:22:02 +0000
committernicm <nicm@openbsd.org>2015-09-14 13:22:02 +0000
commitb8aa9345cb39e9ee316735925518881480f8cde7 (patch)
tree70b7151e81980a75fa89d8886c942215fe3c0805 /usr.bin/tmux/paste.c
parentuse .Va for global variables, and .Vt where the type is included (diff)
downloadwireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.tar.xz
wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.zip
Remove some extra blank lines.
Diffstat (limited to 'usr.bin/tmux/paste.c')
-rw-r--r--usr.bin/tmux/paste.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/paste.c b/usr.bin/tmux/paste.c
index 5a8f1376def..d3f5dd70e88 100644
--- a/usr.bin/tmux/paste.c
+++ b/usr.bin/tmux/paste.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: paste.c,v 1.30 2015/09/11 14:41:50 nicm Exp $ */
+/* $OpenBSD: paste.c,v 1.31 2015/09/14 13:22:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -254,7 +254,6 @@ paste_set(char *data, size_t size, const char *name, char **cause)
return (-1);
}
-
pb = xmalloc(sizeof *pb);
pb->name = xstrdup(name);