phobos/std/experimental/allocator
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
..
building_blocks Merge pull request #4372 from andralex/allocator-change-expand 2016-05-27 17:45:44 -04:00
common.d Merge pull request #4372 from andralex/allocator-change-expand 2016-05-27 17:45:44 -04:00
gc_allocator.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
mallocator.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
mmap_allocator.d removed useless import 2015-10-02 07:35:09 -04:00
package.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
showcase.d Moved a bunch of building blocks into a new package building_blocks 2015-10-02 07:35:09 -04:00
typed.d Remove commented out code and redundant comments from std.experimental.allocator 2016-05-12 08:25:42 -04:00