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:
@@ -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 ||
|
||||
|
Reference in New Issue
Block a user