code-style: minor cleanup and nitpicking

This commit is contained in:
Hiltjo Posthuma
2015-02-20 13:28:24 +01:00
parent 6c7ff5fda5
commit 31f0624f3d
8 changed files with 20 additions and 20 deletions

2
env.c
View File

@@ -20,7 +20,7 @@ main(int argc, char *argv[])
{
ARGBEGIN {
case 'i':
if(environ)
if (environ)
*environ = NULL;
break;
case 'u':