Code style issue. Changed all pointer declarations
type* variable; to type *variable; and return_type *method(); to return_type* method(); with some bash, sed and regexp magic.
Showing
Please register or sign in to comment
type* variable; to type *variable; and return_type *method(); to return_type* method(); with some bash, sed and regexp magic.