diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-07 02:32:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-07 02:32:05 +0000 |
commit | 55bf19f025ab67562b151a40e2440c5c76b00ee5 (patch) | |
tree | 720b0775b3f245bec246eca461b43cf3ccdc254b /Source/SPExtendedTableInfo.m | |
parent | 021ed107a07064cb5e0f1988b778fa0cfe4ffa37 (diff) | |
download | sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.gz sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.bz2 sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.zip |
Tidy up.
Diffstat (limited to 'Source/SPExtendedTableInfo.m')
-rw-r--r-- | Source/SPExtendedTableInfo.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPExtendedTableInfo.m b/Source/SPExtendedTableInfo.m index 0976aa92..aee45569 100644 --- a/Source/SPExtendedTableInfo.m +++ b/Source/SPExtendedTableInfo.m @@ -349,7 +349,7 @@ /** * Disable all content interactive elements during an ongoing task. */ -- (void) startDocumentTaskForTab:(NSNotification *)aNotification +- (void)startDocumentTaskForTab:(NSNotification *)aNotification { // Only proceed if this view is selected. @@ -365,7 +365,7 @@ /** * Enable all content interactive elements after an ongoing task. */ -- (void) endDocumentTaskForTab:(NSNotification *)aNotification +- (void)endDocumentTaskForTab:(NSNotification *)aNotification { // Only proceed if this view is selected. |