Metrycom100
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Metrycom100 created a post, Combine all multiline functions definitions to one line automatically ?
Is it possible to combine all multiline functions definitions to one line automatically ? i.e. convert: void Func( int a) to : void Func(int a)