Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 5, 2013
1 parent a7718b5 commit 14050c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.m
Expand Up @@ -5,4 +5,4 @@
// Completion Scope: Function or Method

NSArray *librarySearchPaths = NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES);
NSString *libraryDirectory = [librarySearchPaths count] == 0 ? nil : [librarySearchPaths objectAtIndex:0];
NSString *libraryDirectory = [librarySearchPaths count] == 0 ? nil : [librarySearchPaths objectAtIndex:0];
2 changes: 1 addition & 1 deletion tvdel.m
@@ -1,5 +1,5 @@
// UITableViewDelegate
// Placeholders for the core table view delegate methods
// Placeholders for required UITableViewDelegate protocol methods
//
// Platform: iOS
// Language: Objective-C
Expand Down

0 comments on commit 14050c2

Please sign in to comment.