diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-17 14:45:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-17 14:45:50 +0000 |
commit | 55e3b38d8b625d88235f5e8fdebac9d53d0a2244 (patch) | |
tree | 34dec35fdc4acb2b4428dc31d5dc0f55524ba562 /usr.bin/tmux/environ.c | |
parent | d266d2078a7f684efa5a8aa272a729c020153af2 (diff) |
Some more long lines.
Diffstat (limited to 'usr.bin/tmux/environ.c')
-rw-r--r-- | usr.bin/tmux/environ.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/environ.c b/usr.bin/tmux/environ.c index 7cbfa3566f1..936f9f0899f 100644 --- a/usr.bin/tmux/environ.c +++ b/usr.bin/tmux/environ.c @@ -1,4 +1,4 @@ -/* $OpenBSD: environ.c,v 1.5 2012/07/10 11:53:01 nicm Exp $ */ +/* $OpenBSD: environ.c,v 1.6 2014/04/17 14:45:49 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -137,7 +137,8 @@ environ_unset(struct environ *env, const char *name) * environment. */ void -environ_update(const char *vars, struct environ *srcenv, struct environ *dstenv) +environ_update(const char *vars, struct environ *srcenv, + struct environ *dstenv) { struct environ_entry *envent; char *copyvars, *var, *next; |