mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-26 05:54:57 +08:00
Placing opening braces on a new line for methods to match Apple convention. Refs #614
Used uncrustify's "nl_fdef_brace = add" option to detect issues.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
|
||||
@synthesize control;
|
||||
|
||||
- (void)layoutSubviews {
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
|
||||
if (self.control.superview != self.contentView) {
|
||||
|
||||
Reference in New Issue
Block a user