diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-26 15:48:56 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-26 15:48:56 +0200 |
commit | 926c1127e92a8ae12121df95901d1d03e413db08 (patch) | |
tree | 336b45e8fffcde82017fd8be918e8b316ded5517 /servers/physics_3d/joints/godot_jacobian_entry_3d.h | |
parent | 581db8b4e60c2a2fa4d0be076030b326784c69bb (diff) | |
parent | 49fcf4ffad4172c2e9dd2249222b628e420c3cc4 (diff) |
Merge pull request #66435 from akien-mga/style-header-guards-cleanup
Cleanup header guards for consistency
Diffstat (limited to 'servers/physics_3d/joints/godot_jacobian_entry_3d.h')
-rw-r--r-- | servers/physics_3d/joints/godot_jacobian_entry_3d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/servers/physics_3d/joints/godot_jacobian_entry_3d.h b/servers/physics_3d/joints/godot_jacobian_entry_3d.h index 0fe15751d5..a46ce830ec 100644 --- a/servers/physics_3d/joints/godot_jacobian_entry_3d.h +++ b/servers/physics_3d/joints/godot_jacobian_entry_3d.h @@ -28,13 +28,13 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ +#ifndef GODOT_JACOBIAN_ENTRY_3D_H +#define GODOT_JACOBIAN_ENTRY_3D_H + /* Adapted to Godot from the Bullet library. */ -#ifndef GODOT_JACOBIAN_ENTRY_3D_H -#define GODOT_JACOBIAN_ENTRY_3D_H - /* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ |