Just a few whitespace, style tweaks to match the public R&P guide.
As an aside, wouldn't it be nice if there were an __attribute__((objc_requires_override)) (like __attribute__((objc_requires_super))) for superclass methods that explicitly should be implemented and not call super?
Just a few whitespace, style tweaks to match the public R&P guide.
As an aside, wouldn't it be nice if there were an
__attribute__((objc_requires_override))
(like__attribute__((objc_requires_super))
) for superclass methods that explicitly should be implemented and not call super?