diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-19 23:37:15 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-19 23:37:15 +0000 |
commit | b2461e0658f6deebf2b4a24e261fadb99f5125c6 (patch) | |
tree | fea57ce1afb8986d4b20c2abfd27ebd4b6ca36d5 /Source/SPServerVariablesController.m | |
parent | 10990abb16783d89e5314549883fc1e5acc2e407 (diff) | |
download | sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.gz sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.bz2 sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.zip |
Tidy up.
Diffstat (limited to 'Source/SPServerVariablesController.m')
-rw-r--r-- | Source/SPServerVariablesController.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPServerVariablesController.m b/Source/SPServerVariablesController.m index 3bda2077..e1383edf 100644 --- a/Source/SPServerVariablesController.m +++ b/Source/SPServerVariablesController.m @@ -39,6 +39,9 @@ @synthesize connection; +#pragma mark - +#pragma mark Initialisation + /** * Initialisation */ |