Style: apply clang-format (3.9.1) to current source

This commit is contained in:
Rémi Verschelde 2017-12-11 15:18:06 +01:00
parent b3a1821b46
commit acb7107720
12 changed files with 44 additions and 44 deletions

View file

@ -288,7 +288,7 @@ class ScriptEditor : public VBoxContainer {
void _script_selected(int p_idx);
void _script_rmb_selected(int p_idx, const Vector2 & p_pos);
void _script_rmb_selected(int p_idx, const Vector2 &p_pos);
void _find_scripts(Node *p_base, Node *p_current, Set<Ref<Script> > &used);

View file

@ -117,7 +117,7 @@ private:
PanelContainer *fps;
Label *fps_label;
struct _RayResult {
Spatial *item;