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

clang-format: Fix incorrect function type detection.

Before:
  int x = f (&h)();

After:
  int x = f(&h)();

llvm-svn: 256488
parent 6402bcad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment