Al's no-double-empty-lines crusade
This commit is contained in:
@@ -63,7 +63,6 @@ char *argv[];
|
||||
return(-1); /* impossible */
|
||||
}
|
||||
|
||||
|
||||
void test2a()
|
||||
{
|
||||
/* Test pipes */
|
||||
@@ -123,7 +122,6 @@ void test2a()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void test2b()
|
||||
{
|
||||
int fd[2], n;
|
||||
@@ -148,8 +146,6 @@ void test2b()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
void test2c()
|
||||
{
|
||||
int n;
|
||||
@@ -264,7 +260,6 @@ void test2d()
|
||||
if (errno != ECHILD) e(26);
|
||||
}
|
||||
|
||||
|
||||
void test2e()
|
||||
{
|
||||
|
||||
@@ -301,7 +296,6 @@ void test2e()
|
||||
|
||||
}
|
||||
|
||||
|
||||
void test2f()
|
||||
{
|
||||
/* test getpid, getppid, getuid, etc. */
|
||||
@@ -376,7 +370,6 @@ void test2h()
|
||||
if (getgroups(0, g) != 0) e(3);
|
||||
}
|
||||
|
||||
|
||||
void sigpip(s)
|
||||
int s; /* for ANSI */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user