Skip to content
Commit 7509216a authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Fix incorrect classification of "*".

Before:
  *a = b *c;

After:
  *a = b * c;

llvm-svn: 226923
parent 0823ea63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment