[phobos] [dlang/phobos] 3d67cd: style fix: space between operators
GitHub via phobos
phobos at puremagic.com
Tue Apr 26 14:13:38 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 3d67cd228c1d4bf0cc886d454f4b92735a709d23
https://github.com/dlang/phobos/commit/3d67cd228c1d4bf0cc886d454f4b92735a709d23
Author: Sebastian Wilzbach <seb at wilzba.ch>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M std/algorithm/comparison.d
M std/algorithm/iteration.d
M std/algorithm/mutation.d
M std/algorithm/searching.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/array.d
M std/ascii.d
M std/bigint.d
M std/bitmanip.d
M std/concurrency.d
M std/container/binaryheap.d
M std/container/rbtree.d
M std/container/util.d
M std/conv.d
M std/cstream.d
M std/csv.d
M std/datetime.d
M std/digest/crc.d
M std/digest/digest.d
M std/digest/md.d
M std/digest/ripemd.d
M std/digest/sha.d
M std/encoding.d
M std/experimental/allocator/gc_allocator.d
M std/experimental/allocator/mallocator.d
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
M std/experimental/typecons.d
M std/file.d
M std/format.d
M std/functional.d
M std/getopt.d
M std/internal/cstring.d
M std/internal/math/biguintcore.d
M std/internal/math/biguintnoasm.d
M std/internal/math/errorfunction.d
M std/internal/math/gammafunction.d
M std/internal/scopebuffer.d
M std/internal/unicode_comp.d
M std/internal/unicode_decomp.d
M std/internal/unicode_grapheme.d
M std/internal/unicode_norm.d
M std/internal/unicode_tables.d
M std/json.d
M std/math.d
M std/meta.d
M std/net/curl.d
M std/numeric.d
M std/parallelism.d
M std/process.d
M std/random.d
M std/range/interfaces.d
M std/range/package.d
M std/range/primitives.d
M std/regex/internal/backtracking.d
M std/regex/internal/generator.d
M std/regex/internal/ir.d
M std/regex/internal/kickstart.d
M std/regex/internal/parser.d
M std/regex/internal/tests.d
M std/regex/internal/thompson.d
M std/regex/package.d
M std/signals.d
M std/socket.d
M std/socketstream.d
M std/stdio.d
M std/stream.d
M std/string.d
M std/traits.d
M std/typecons.d
M std/uni.d
M std/utf.d
M std/uuid.d
M std/variant.d
M std/xml.d
M std/zlib.d
Log Message:
-----------
style fix: space between operators
Commit: ff298c710db79c046b487d7d3746c6f7a1febd9c
https://github.com/dlang/phobos/commit/ff298c710db79c046b487d7d3746c6f7a1febd9c
Author: Brian Schott <briancschott at gmail.com>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M std/algorithm/comparison.d
M std/algorithm/iteration.d
M std/algorithm/mutation.d
M std/algorithm/searching.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/array.d
M std/ascii.d
M std/bigint.d
M std/bitmanip.d
M std/concurrency.d
M std/container/binaryheap.d
M std/container/rbtree.d
M std/container/util.d
M std/conv.d
M std/cstream.d
M std/csv.d
M std/datetime.d
M std/digest/crc.d
M std/digest/digest.d
M std/digest/md.d
M std/digest/ripemd.d
M std/digest/sha.d
M std/encoding.d
M std/experimental/allocator/gc_allocator.d
M std/experimental/allocator/mallocator.d
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
M std/experimental/typecons.d
M std/file.d
M std/format.d
M std/functional.d
M std/getopt.d
M std/internal/cstring.d
M std/internal/math/biguintcore.d
M std/internal/math/biguintnoasm.d
M std/internal/math/errorfunction.d
M std/internal/math/gammafunction.d
M std/internal/scopebuffer.d
M std/internal/unicode_comp.d
M std/internal/unicode_decomp.d
M std/internal/unicode_grapheme.d
M std/internal/unicode_norm.d
M std/internal/unicode_tables.d
M std/json.d
M std/math.d
M std/meta.d
M std/net/curl.d
M std/numeric.d
M std/parallelism.d
M std/process.d
M std/random.d
M std/range/interfaces.d
M std/range/package.d
M std/range/primitives.d
M std/regex/internal/backtracking.d
M std/regex/internal/generator.d
M std/regex/internal/ir.d
M std/regex/internal/kickstart.d
M std/regex/internal/parser.d
M std/regex/internal/tests.d
M std/regex/internal/thompson.d
M std/regex/package.d
M std/signals.d
M std/socket.d
M std/socketstream.d
M std/stdio.d
M std/stream.d
M std/string.d
M std/traits.d
M std/typecons.d
M std/uni.d
M std/utf.d
M std/uuid.d
M std/variant.d
M std/xml.d
M std/zlib.d
Log Message:
-----------
Merge pull request #4240 from wilzbach/space_between_operators_containers
fix space between operators
Compare: https://github.com/dlang/phobos/compare/22c7f11265d6...ff298c710db7
More information about the phobos
mailing list