Replaced DOS newlines with "real" ones :-)

This lets the files compile again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-08-17 18:16:23 +00:00
parent 278510fe87
commit 3b46e73c2b
4 changed files with 155 additions and 160 deletions
@@ -123,7 +123,6 @@ int main(int argc, char * argv[])
FAILED("A process group with the same PID as the child exists");
}
/* Test passed */
#if VERBOSE > 0
output("Test passed\n");
@@ -132,4 +131,3 @@ int main(int argc, char * argv[])
PASSED;
}
@@ -124,4 +124,3 @@ int main(int argc, char * argv[])
PASSED;
}
@@ -68,4 +68,3 @@ void output_fini()
return;
}
#endif