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

Fix formatting of pointers to members.

Before: int(S::*func)(void *);
After:  int (S::*func)(void *);
llvm-svn: 181438
parent 2703bcaa
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