Skip to content

Instantly share code, notes, and snippets.

@Pegolon
Created January 2, 2012 11:26
Show Gist options
  • Save Pegolon/1550345 to your computer and use it in GitHub Desktop.
Save Pegolon/1550345 to your computer and use it in GitHub Desktop.
Remove extra space from ObjC method signature
Find: ^([+-] \(.* \*\))( )
Replace: \1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment