Unify Phobos by ensuring there's always a space after cast(...)

Command:

sed -E 's/([^"])cast\(([^)]*?)\)([[:alnum:]])/\1cast(\2) \3/g' -i **/*.d
This commit is contained in:
Sebastian Wilzbach 2017-02-21 16:14:03 +01:00
parent 669ceb8a0d
commit 805c720595
80 changed files with 1389 additions and 1389 deletions