Closed entonio closed 10 years ago
Hi, I've noticed that
__unsafe_unretained typeof(self) w##name = name
is turned into
__unsafe_unretained typeof(self) w ## name = name
in an ObjC header file.
It's not an issue related to the plugin itself. You should look at the documention of uncrustify or clang-format.
Sorry, embarrassing mistake!
Hi, I've noticed that
define WEAK_VAR(name) \
is turned into
define WEAK_VAR(name) \
in an ObjC header file.