cdoty
New Member
USA
2 Posts |
Posted - Mar 16 2007 : 11:04:52 AM
|
When I use Change signature on a function with parameters it changes from:
RetVal Function(DWORD Param1, DWORD Param2);
to
RetVal Function( DWORD Param1, DWORD Param2 );
Is there a registry setting that will remove the space after the first parenthesis and before the second? |
|