diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-09-14 13:22:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-09-14 13:22:03 +0000 |
commit | 8e9744b92e3de6cc0965f541aafabcf6a7e98f3b (patch) | |
tree | f512423d8c14db84a322222859a5d48936c18edc /usr.bin/tmux/paste.c | |
parent | fc767d18f4cc7c85b269bbd4ee4fe8de80f48cbc (diff) |
Remove some extra blank lines.
Diffstat (limited to 'usr.bin/tmux/paste.c')
-rw-r--r-- | usr.bin/tmux/paste.c | 3 |
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); |