summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh
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/sh
parentc616287f88aeefcf81125f89978de57aaa52408d (diff)
whitespace only: touchups from Hans-Christian Egtvedt
Diffstat (limited to 'libc/sysdeps/linux/sh')
-rw-r--r--libc/sysdeps/linux/sh/sys/ucontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sh/sys/ucontext.h b/libc/sysdeps/linux/sh/sys/ucontext.h
index e909f35bb..0996bf2d5 100644
--- a/libc/sysdeps/linux/sh/sys/ucontext.h
+++ b/libc/sysdeps/linux/sh/sys/ucontext.h
@@ -88,7 +88,7 @@ typedef freg_t fpregset_t[NFPREG];
typedef struct
{
unsigned int oldmask;
-
+
/* CPU registers */
gregset_t gregs;
unsigned int pc;
@@ -105,7 +105,7 @@ typedef struct
unsigned int fpscr;
unsigned int fpul;
unsigned int ownedfp;
-#endif
+#endif
} mcontext_t;
/* Userlevel context. */