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

No spaces around pointers to members.

Before: (a ->* f)()
After:  (a->*f)()
llvm-svn: 176252
parent d4be4084
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