From 309ffe4a7ebc4d22a88211706102d35538760eae Mon Sep 17 00:00:00 2001 From: avenjamin Date: Sat, 15 Nov 2008 15:04:40 +0000 Subject: General clean up.... more to come --- TableDocument.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TableDocument.m') diff --git a/TableDocument.m b/TableDocument.m index ec42b1a6..e54d0c9a 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -1467,8 +1467,8 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa //SMySQL delegate methods - (void)willQueryString:(NSString *)query /* - invoked when framework will perform a query - */ +invoked when framework will perform a query +*/ { NSString *currentTime = [[NSDate date] descriptionWithCalendarFormat:@"%H:%M:%S" timeZone:nil locale:nil]; @@ -1477,8 +1477,8 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa - (void)queryGaveError:(NSString *)error /* - invoked when query gave an error - */ +invoked when query gave an error +*/ { NSString *currentTime = [[NSDate date] descriptionWithCalendarFormat:@"%H:%M:%S" timeZone:nil locale:nil]; -- cgit v1.2.3