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

Fix spacing after binary operator as macro parameter.

Before: COMPARE(a, == , b);
After:  COMPARE(a, ==, b);
llvm-svn: 176241
parent 4c9300e6
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