mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Style: Set clang-format Standard to c++14
This commit is contained in:
		
							parent
							
								
									7e61be3cb0
								
							
						
					
					
						commit
						6e600cb3f0
					
				
					 248 changed files with 841 additions and 842 deletions
				
			
		|  | @ -598,8 +598,8 @@ void ScriptDebuggerRemote::_send_object_id(ObjectID p_id) { | |||
| 	if (ScriptInstance *si = obj->get_script_instance()) { | ||||
| 		if (!si->get_script().is_null()) { | ||||
| 
 | ||||
| 			typedef Map<const Script *, Set<StringName> > ScriptMemberMap; | ||||
| 			typedef Map<const Script *, Map<StringName, Variant> > ScriptConstantsMap; | ||||
| 			typedef Map<const Script *, Set<StringName>> ScriptMemberMap; | ||||
| 			typedef Map<const Script *, Map<StringName, Variant>> ScriptConstantsMap; | ||||
| 
 | ||||
| 			ScriptMemberMap members; | ||||
| 			members[si->get_script().ptr()] = Set<StringName>(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde