phobos/std/internal/math
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
..
biguintcore.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
biguintnoasm.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
biguintx86.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
errorfunction.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
gammafunction.d Enforce Allman style for do { 2016-12-09 17:40:50 +01:00