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

clang-format: Fix incorrect pointer detection.

Before:
  return * this += 1;

After:
  return *this += 1;

llvm-svn: 256342
parent 2fbfb25a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment