about summary refs log tree commit diff
path: root/arch/microblaze/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/bits/signal.h')
-rw-r--r--arch/microblaze/bits/signal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h
index 4aa231a2..490f83bf 100644
--- a/arch/microblaze/bits/signal.h
+++ b/arch/microblaze/bits/signal.h
@@ -8,8 +8,7 @@
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
 typedef unsigned long greg_t, gregset_t[38];
-typedef struct sigcontext
-{
+typedef struct sigcontext {
 	struct {
 		unsigned long r0, r1, r2, r3, r4, r5, r6, r7;
 		unsigned long r8, r9, r10, r11, r12, r13, r14, r15;