summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-02-25 15:41:21 +0000
commite83e157021177930b64ec4aa4983bbe13b39e91b (patch)
tree7fc884e3b06555207951e6413e5c5770a76ddbbf /io.c
parentee245d8ca36ce90212db3684528c9ed68f92d643 (diff)
downloadstrace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.gz
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.bz2
strace-e83e157021177930b64ec4aa4983bbe13b39e91b.tar.xz
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".
Diffstat (limited to 'io.c')
-rw-r--r--io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/io.c b/io.c
index 7dff4e6..8f2b45a 100644
--- a/io.c
+++ b/io.c
@@ -168,9 +168,6 @@ sys_writev(struct tcb *tcp)
}
#endif
-
-
-
/* The SH4 ABI does allow long longs in odd-numbered registers, but
does not allow them to be split between registers and memory - and
there are only four argument registers for normal functions. As a