Al's no-double-empty-lines crusade
This commit is contained in:
@@ -55,8 +55,6 @@ char *argv[];
|
||||
return(-1); /* impossible */
|
||||
}
|
||||
|
||||
|
||||
|
||||
void test6a()
|
||||
{
|
||||
/* Test sbrk() and brk(). */
|
||||
@@ -107,7 +105,6 @@ void test6a()
|
||||
if (sbrk(0) != addr) e(12);
|
||||
}
|
||||
|
||||
|
||||
void test6b()
|
||||
{
|
||||
int i, err;
|
||||
@@ -121,8 +118,6 @@ void test6b()
|
||||
kill(getpid(), SIGQUIT);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void test6c()
|
||||
{
|
||||
/* Test mknod, chdir, chmod, chown, access. */
|
||||
|
||||
Reference in New Issue
Block a user