From 537072a5a306f6a125121fa0e992dd5d1e8a14d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 13 Feb 2016 15:33:34 -0500 Subject: [PATCH] lib/ios: fix unicode whitespace, was reported as a warning by clang MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/ios/ui/uikit.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ios/ui/uikit.nit b/lib/ios/ui/uikit.nit index aa072b8..260237b 100644 --- a/lib/ios/ui/uikit.nit +++ b/lib/ios/ui/uikit.nit @@ -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` -- 1.7.9.5