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

clang-format: Improve address-of-operator detection

Before:
  size = sizeof * a;

After:
  size = sizeof *a;

llvm-svn: 191139
parent f043a653
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment