musl/arch/generic/bits
Rich Felker befa5866ee make brace placement in public header struct definitions consistent
placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.

these changes were generated by the command:

find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +

and subsequently checked by hand to ensure that the regex did not pick
up any false positives.
2016-07-03 15:02:25 -04:00
..
errno.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
fcntl.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
fenv.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
io.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
ioctl.h fix FIOQSIZE in arm ioctl.h 2016-07-03 14:54:35 -04:00
ioctl_fix.h fix FIOQSIZE in arm ioctl.h 2016-07-03 14:54:35 -04:00
ipc.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
mman.h deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
poll.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
resource.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
sem.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
shm.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
socket.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
statfs.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
stdarg.h deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
termios.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00