diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-13 12:54:30 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-13 12:54:30 +0000 |
commit | 3a26a8db5d712337809fc1c7c1aad95c6d6d31e5 (patch) | |
tree | f5ec2962c633acda38f10881ebc28e6640b6dee2 /libcxx/test/std/experimental/algorithms/alg.random.sample | |
parent | 0e919bca7f3748a304430e163fadcefd2dfcbb03 (diff) | |
download | bcm5719-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