aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataCellFormatter.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-07-11 21:47:07 +0000
committerstuconnolly <stuart02@gmail.com>2011-07-11 21:47:07 +0000
commitfa36e8280a3e3b02bbb39c152bd08061b302f168 (patch)
treec13dbb4dc4311a4a413de80429e40b720e5e7bca /Source/SPDataCellFormatter.h
parent79bba63e1bed358c458f49351d8c4836c0fec20b (diff)
downloadsequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.gz
sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.bz2
sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.zip
Minor tidy up.
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r--Source/SPDataCellFormatter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h
index c5d9cd99..a2710bf6 100644
--- a/Source/SPDataCellFormatter.h
+++ b/Source/SPDataCellFormatter.h
@@ -29,7 +29,7 @@
NSString *fieldType;
}
-@property(readwrite, assign) NSInteger textLimit;
-@property(readwrite, retain) NSString* fieldType;
+@property (readwrite, assign) NSInteger textLimit;
+@property (readwrite, retain) NSString* fieldType;
@end