summaryrefslogtreecommitdiff
path: root/servers/physics_3d/joints/godot_slider_joint_3d.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-09-26 13:03:44 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-09-26 13:51:17 +0200
commit49fcf4ffad4172c2e9dd2249222b628e420c3cc4 (patch)
tree0a3de6f7fad6abeea31d59104ce1e8c06c1fff59 /servers/physics_3d/joints/godot_slider_joint_3d.h
parent3472bdd6b6dd7c085b716caabdda16f88e6f167e (diff)
Style: Cleanup header guards for consistency
Fix file names for {Static,Lightmap}RaycasterEmbree.
Diffstat (limited to 'servers/physics_3d/joints/godot_slider_joint_3d.h')
-rw-r--r--servers/physics_3d/joints/godot_slider_joint_3d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/servers/physics_3d/joints/godot_slider_joint_3d.h b/servers/physics_3d/joints/godot_slider_joint_3d.h
index f596c9ff75..29d19be0d7 100644
--- a/servers/physics_3d/joints/godot_slider_joint_3d.h
+++ b/servers/physics_3d/joints/godot_slider_joint_3d.h
@@ -28,13 +28,13 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+#ifndef GODOT_SLIDER_JOINT_3D_H
+#define GODOT_SLIDER_JOINT_3D_H
+
/*
Adapted to Godot from the Bullet library.
*/
-#ifndef GODOT_SLIDER_JOINT_3D_H
-#define GODOT_SLIDER_JOINT_3D_H
-
#include "servers/physics_3d/godot_joint_3d.h"
#include "servers/physics_3d/joints/godot_jacobian_entry_3d.h"