cocos2d-x-3.0alpha1

file:lua_cocos2dx_auto.cpp duplicate code sequence

basically if (arg n) code is duplicated for a number a function.

duplicate arg test at line: 5792 line 5791 to 5809 to line 5772 to 5790
duplicate arg test at line: 5846
duplicate arg test at line: 6959
duplicate arg test at line: 8406
duplicate arg test at line: 8647
duplicate arg test at line: 10101
duplicate arg test at line: 21345
duplicate arg test at line: 22178
duplicate arg test at line: 43050
duplicate arg test at line: 69958
duplicate arg test at line: 71008
duplicate arg test at line: 83817
duplicate arg test at line: 85679

Since all these code sequence returned it will not cause any problem but it is a bit odd.

Andre