diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMImageView.m | 2 | ||||
-rw-r--r-- | Source/CMTextView.m | 3 | ||||
-rw-r--r-- | Source/SPAlertSheets.h | 2 | ||||
-rw-r--r-- | Source/SPNotLoaded.h | 2 | ||||
-rw-r--r-- | Source/SPSQLParser.m | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/Source/CMImageView.m b/Source/CMImageView.m index 31eb9c60..32d60d13 100644 --- a/Source/CMImageView.m +++ b/Source/CMImageView.m @@ -123,4 +123,4 @@ [delegateForUse processPasteImageData]; } -@end
\ No newline at end of file +@end diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 0abe6824..e936e801 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -34,6 +34,7 @@ #import "SPTooltip.h" #import "TablesList.h" #import "SPNavigatorController.h" +#import "SPAlertSheets.h" #pragma mark - #pragma mark lex init @@ -3315,4 +3316,4 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) [super dealloc]; } -@end
\ No newline at end of file +@end diff --git a/Source/SPAlertSheets.h b/Source/SPAlertSheets.h index 2610ee41..bdcfdd64 100644 --- a/Source/SPAlertSheets.h +++ b/Source/SPAlertSheets.h @@ -33,4 +33,4 @@ void SPBeginAlertSheet( SEL didDismissSelector, void *contextInfo, NSString *msg -);
\ No newline at end of file +); diff --git a/Source/SPNotLoaded.h b/Source/SPNotLoaded.h index 611a3f91..25c4810c 100644 --- a/Source/SPNotLoaded.h +++ b/Source/SPNotLoaded.h @@ -36,4 +36,4 @@ - (BOOL) isSPNotLoaded; -@end
\ No newline at end of file +@end diff --git a/Source/SPSQLParser.m b/Source/SPSQLParser.m index fab0ab7f..f8112767 100644 --- a/Source/SPSQLParser.m +++ b/Source/SPSQLParser.m @@ -915,4 +915,4 @@ TO_BUFFER_STATE to_scan_string (const char *); [super dealloc]; } -@end
\ No newline at end of file +@end |