summaryrefslogtreecommitdiff
path: root/include/wordexp.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 /include/wordexp.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 'include/wordexp.h')
-rw-r--r--include/wordexp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wordexp.h b/include/wordexp.h
index d12081e8..5460002d 100644
--- a/include/wordexp.h
+++ b/include/wordexp.h
@@ -18,8 +18,7 @@ extern "C" {
#define WRDE_SHOWERR 16
#define WRDE_UNDEF 32
-typedef struct
-{
+typedef struct {
size_t we_wordc;
char **we_wordv;
size_t we_offs;