Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created April 21, 2011 01:25
Show Gist options
  • Save typeoneerror/933461 to your computer and use it in GitHub Desktop.
Save typeoneerror/933461 to your computer and use it in GitHub Desktop.
multilines.m
- (void)doTheThing
{
if (TRUE)
[self doSomething];
else
[self doSomethingElse];
NSLog(@"will always run, but looks like part of else");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment