phobos/std/regex/internal
Sebastian Wilzbach 805c720595 Unify Phobos by ensuring there's always a space after cast(...)
Command:

sed -E 's/([^"])cast\(([^)]*?)\)([[:alnum:]])/\1cast(\2) \3/g' -i **/*.d
2017-02-21 16:40:20 +01:00
..
backtracking.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
generator.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
ir.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
kickstart.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
parser.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
shiftor.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
tests.d Fix Issue 17161 - Revert all changes to std.regex from 2.072.2 onwards 2017-02-12 12:30:40 -05:00
thompson.d DStyle: Constraints on declarations should have the same indentation level 2017-02-17 07:36:23 +01:00