Commit 944fb799 by Mike Stump

Fixup whitespacing.

From-SVN: r173388
parent 42375e2e
...@@ -1668,9 +1668,9 @@ next_runtime_abi_02_build_objc_method_call (location_t loc, ...@@ -1668,9 +1668,9 @@ next_runtime_abi_02_build_objc_method_call (location_t loc,
tree message_func_decl; tree message_func_decl;
bool check_for_nil = flag_objc_nilcheck; bool check_for_nil = flag_objc_nilcheck;
ret_type = (method_prototype ? ret_type = method_prototype
TREE_VALUE (TREE_TYPE (method_prototype)) : ? TREE_VALUE (TREE_TYPE (method_prototype))
objc_object_type); : objc_object_type;
/* Do we need to check for nil receivers ? */ /* Do we need to check for nil receivers ? */
/* For now, message sent to classes need no nil check. In the /* For now, message sent to classes need no nil check. In the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment