File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ - (void) changeContentToMultipleSelectionMessage {
90
90
}
91
91
}
92
92
93
- static NSDictionary *loadCommitSummary (GTRepository *repo, GTCommit *commit, BOOL (^isCanceled)());
93
+ static NSDictionary *loadCommitSummary (GTRepository *repo, GTCommit *commit, BOOL (^isCanceled)(void ));
94
94
95
95
// A GTDiffDelta's GTDiffFile does not always set the file size. See `git_diff_get_delta`.
96
96
static NSUInteger reallyGetFileSize (GTRepository *repo, GTDiffFile *file) {
@@ -159,7 +159,7 @@ - (void) changeContentToCommit:(PBGitCommit *)commit
159
159
});
160
160
}
161
161
162
- static NSDictionary *loadCommitSummary (GTRepository *repo, GTCommit *commit, BOOL (^isCanceled)()) {
162
+ static NSDictionary *loadCommitSummary (GTRepository *repo, GTCommit *commit, BOOL (^isCanceled)(void )) {
163
163
if (isCanceled ()) return nil ;
164
164
GTDiffFindOptionsFlags flags = GTDiffFindOptionsFlagsFindRenames;
165
165
if (![PBGitDefaults showWhitespaceDifferences ]) {
You can’t perform that action at this time.
0 commit comments