Some more long lines.

This commit is contained in:
nicm
2014-04-17 14:45:49 +00:00
parent f194f103a2
commit a5d4b7f3d9
12 changed files with 40 additions and 24 deletions

View File

@ -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;