Compress blank lines

Suppress repeated empty lines left after automated code removal.
This change was made by filtering every source code file through
"cat -s".
This commit is contained in:
2012-02-25 15:41:21 +00:00
parent ee245d8ca3
commit e83e157021
27 changed files with 0 additions and 151 deletions

View File

@@ -188,7 +188,6 @@ pathtrace_match(struct tcb *tcp)
* other than test arg[0].
*/
if (s->sys_func == sys_dup2 ||
s->sys_func == sys_dup3 ||
s->sys_func == sys_sendfile ||