Al's no-double-empty-lines crusade

This commit is contained in:
Ben Gras
2005-08-22 15:08:27 +00:00
parent 72fbaa659b
commit a17d7c827b
50 changed files with 0 additions and 275 deletions
-7
View File
@@ -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 */
{