You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -222,7 +222,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
void _copy_nodes();
|
||||
void _paste_nodes();
|
||||
|
||||
Vector<Ref<VisualShaderNodePlugin> > plugins;
|
||||
Vector<Ref<VisualShaderNodePlugin>> plugins;
|
||||
|
||||
void _mode_selected(int p_id);
|
||||
void _rebuild();
|
||||
|
||||
Reference in New Issue
Block a user