Skip to content

Instantly share code, notes, and snippets.

@raws
Created December 7, 2010 15:29
Show Gist options
  • Save raws/731906 to your computer and use it in GitHub Desktop.
Save raws/731906 to your computer and use it in GitHub Desktop.
if (condition)
{
// HUGE BLOCK OF CODE
}
else
[self setErrorMessage:WHLocalizedString(@"Unsupported realm")];
[self setStatusMessage:WHLocalizedString(@"Upload successful")];
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment