mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
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:
parent
669ceb8a0d
commit
805c720595
80 changed files with 1389 additions and 1389 deletions
Loading…
Add table
Add a link
Reference in a new issue