diff options
author | nyamatongwe <devnull@localhost> | 2011-06-04 21:29:23 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-04 21:29:23 +1000 |
commit | 049447b87139d600a9ac82ef6f3e28e1541a01e0 (patch) | |
tree | 0c2dd8b7c4d1a7a500b3a89125efef96b026990f | |
parent | 070fcf5b39c7abd211ce399478e9da6050c703eb (diff) | |
download | scintilla-mirror-049447b87139d600a9ac82ef6f3e28e1541a01e0.tar.gz |
Formatting.
-rw-r--r-- | cocoa/PlatCocoa.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 83ef691e5..e87ccdd41 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1390,8 +1390,7 @@ public: #pragma unused(rowIndex) } -- (NSInteger)numberOfRowsInTableView: -(NSTableView*)aTableView +- (NSInteger)numberOfRowsInTableView: (NSTableView*)aTableView { #pragma unused(aTableView) if (!box) |