This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
phobos
Watch
1
Star
0
Fork
You've already forked phobos
0
mirror of
https://github.com/dlang/phobos.git
synced
2025-04-28 14:10:30 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2dfbc51f17
phobos
/
std
/
regex
History
Download ZIP
Download TAR.GZ
Sebastian Wilzbach
2dfbc51f17
Standardize whitespace after imports
...
Unified with: sed -E "s/import\s*([^ ]+)\s*:\s*(.*(,|;))/import \1 : \2/" -i **/*.d
2016-05-29 22:09:56 +02:00
..
internal
Do not rely on the result of a comma expression
2016-05-27 15:54:26 +02:00
package.d
Standardize whitespace after imports
2016-05-29 22:09:56 +02:00