lib/ios: fix unicode whitespace, was reported as a warning by clang
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 13 Feb 2016 20:33:34 +0000 (15:33 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 16 Feb 2016 01:10:29 +0000 (20:10 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/ios/ui/uikit.nit

index aa072b8..260237b 100644 (file)
@@ -581,7 +581,7 @@ extern class UITableViewCell in "ObjC" `{ UITableViewCell * `}
        fun text_label: UILabel in "ObjC" `{ return [self textLabel]; `}
 
        # Wraps: `[self contentView]`
-       fun content_view: UIView in "ObjC" `{ return [self contentView]; `}
+       fun content_view: UIView in "ObjC" `{ return [self contentView]; `}
 end
 
 # Style of a `UITableView`