From 25f8f5339a803d55d448d1760b5e8671e0946509 Mon Sep 17 00:00:00 2001 From: quabug Date: Wed, 3 Dec 2014 13:29:28 +0800 Subject: use tab instead of space --- scene/main/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/main/node.cpp b/scene/main/node.cpp index 4163e6a1b8..45a30d7bca 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -271,7 +271,7 @@ void Node::move_child(Node *p_child,int p_pos) { data.children[i]->data.pos=i; } // notification second - move_child_notify(p_child); + move_child_notify(p_child); for (int i=0;inotification( NOTIFICATION_MOVED_IN_PARENT ); -- cgit v1.2.3