summaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits/signal.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2016-07-03 16:19:28 -0400
committerRich Felker <dalias@aerifal.cx>2016-07-03 16:19:28 -0400
commitee3f0c551669ca1c61abac0888f93a27b0b17856 (patch)
tree265179f58812804155d431018cb7453592e78228 /arch/powerpc64/bits/signal.h
parent3c3b09980d792ea8393f0a3865735b2ff5ecc765 (diff)
downloadmusl-ee3f0c551669ca1c61abac0888f93a27b0b17856.tar.gz
make brace placement in public header typedef'd structs consistent
commit befa5866ee30d09c0c96e88af2eabff5911342ea performed this change for struct definitions that did not also involve typedef, but omitted the latter.
Diffstat (limited to 'arch/powerpc64/bits/signal.h')
-rw-r--r--arch/powerpc64/bits/signal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc64/bits/signal.h b/arch/powerpc64/bits/signal.h
index 45aeea0d..34693a68 100644
--- a/arch/powerpc64/bits/signal.h
+++ b/arch/powerpc64/bits/signal.h
@@ -23,8 +23,7 @@ typedef struct {
unsigned _pad2[3];
} vrregset_t;
-typedef struct sigcontext
-{
+typedef struct sigcontext {
unsigned long _unused[4];
int signal;
int _pad0;