Skip to content
Commit 033181bc authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Inside decltype(), there is an expression.

Before:
  decltype(a* b) F();

After:
  decltype(a * b) F();

llvm-svn: 244891
parent 5eaa009e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment