phobos/std/regex/internal
Sebastian Wilzbach 1d34a121e9 apply all-man braces in Phobos
// find common cases
sed -E "s/^(\s*)((if|static if|for|foreach|foreach_reverse|while|unittest|switch|else|version).*)\s*\{$/\1\2\n\1{/" -i **/*.d
// catch else-if
sed -E "s/^(\s*)} (else static if| if|else if|else)(.*)\s*\{$/\1}\n\1\2\3\n\1{/" -i **/*.d
// remove created trailing whitespace
sed -i 's/[ \t]*$//' **/*.d
2016-05-31 13:07:53 +02:00
..
backtracking.d Fixed long lines in std/regex/internal/backtracking.d 2016-05-10 20:51:39 -04:00
generator.d Merge pull request #4250 from wilzbach/remove_at_property 2016-04-27 21:14:23 +01:00
ir.d apply all-man braces in Phobos 2016-05-31 13:07:53 +02:00
kickstart.d apply all-man braces in Phobos 2016-05-31 13:07:53 +02:00
parser.d enforce: whitespace after catch 2016-05-14 15:28:43 +03:00
tests.d apply all-man braces in Phobos 2016-05-31 13:07:53 +02:00
thompson.d Fixed long lines in std/regex/internal/thompson.d 2016-05-10 20:51:39 -04:00