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

clang-format: Fix corner case in template detection.

Before:
  f(a.operator() < A > ());

After:
  f(a.operator()<A>());

llvm-svn: 259884
parent 85c824f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment