summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/algorithms/alg.random.sample
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-13 12:54:30 +0000
committerDaniel Jasper <djasper@google.com>2015-05-13 12:54:30 +0000
commit3a26a8db5d712337809fc1c7c1aad95c6d6d31e5 (patch)
treef5ec2962c633acda38f10881ebc28e6640b6dee2 /libcxx/test/std/experimental/algorithms/alg.random.sample
parent0e919bca7f3748a304430e163fadcefd2dfcbb03 (diff)
downloadbcm5719-llvm-3a26a8db5d712337809fc1c7c1aad95c6d6d31e5.tar.gz
bcm5719-llvm-3a26a8db5d712337809fc1c7c1aad95c6d6d31e5.zip
clang-format: Fix incorrect */& classification.
Before: void f() { f(new a(), c *d); } After: void f() { f(new a(), c * d); } llvm-svn: 237249
Diffstat (limited to 'libcxx/test/std/experimental/algorithms/alg.random.sample')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud