summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/sigrestorer.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-05 09:24:45 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-05 09:24:45 +0000
commite7aef8240caebd8fc69919b69ba74b021289a6b6 (patch)
tree533e7b01afbcb89c4d9b3a82ea0ed19f8a45ff48 /libc/sysdeps/linux/arm/sigrestorer.S
parentc616287f88aeefcf81125f89978de57aaa52408d (diff)
whitespace only: touchups from Hans-Christian Egtvedt
Diffstat (limited to 'libc/sysdeps/linux/arm/sigrestorer.S')
-rw-r--r--libc/sysdeps/linux/arm/sigrestorer.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/sigrestorer.S b/libc/sysdeps/linux/arm/sigrestorer.S
index daa614f46..194228a38 100644
--- a/libc/sysdeps/linux/arm/sigrestorer.S
+++ b/libc/sysdeps/linux/arm/sigrestorer.S
@@ -18,7 +18,7 @@
#include <sys/syscall.h>
#include <linux/version.h>
-
+
/* If no SA_RESTORER function was specified by the application we use
one of these. This avoids the need for the kernel to synthesise a return
instruction on the stack, which would involve expensive cache flushes.