Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 5, 2024
1 parent 1ae5b72 commit 3594025
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/native/glue/c/Character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Character/Character.h"

#include "auto/com_github_stephengold_joltjni_Character.h"
#include "auto/com_github_stephengold_joltjni_CharacterRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/c/CharacterSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Character/Character.h"

#include "auto/com_github_stephengold_joltjni_CharacterSettings.h"
#include "auto/com_github_stephengold_joltjni_CharacterSettingsRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/c/CharacterVirtual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Character/CharacterVirtual.h"

#include "auto/com_github_stephengold_joltjni_CharacterVirtual.h"
#include "auto/com_github_stephengold_joltjni_CharacterVirtualRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/c/CharacterVirtualSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Character/CharacterVirtual.h"

#include "auto/com_github_stephengold_joltjni_CharacterVirtualSettings.h"
#include "auto/com_github_stephengold_joltjni_CharacterVirtualSettingsRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/s/SoftBodySharedSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/SoftBody/SoftBodySharedSettings.h"

#include "auto/com_github_stephengold_joltjni_SoftBodySharedSettings.h"
#include "auto/com_github_stephengold_joltjni_SoftBodySharedSettingsRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/sh/ShapeSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Collision/Shape/Shape.h"

#include "auto/com_github_stephengold_joltjni_ShapeSettings.h"
#include "auto/com_github_stephengold_joltjni_ShapeSettingsRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/t/TwoBodyConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Constraints/TwoBodyConstraint.h"

#include "auto/com_github_stephengold_joltjni_TwoBodyConstraint.h"
#include "auto/com_github_stephengold_joltjni_TwoBodyConstraintRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/v/VehicleConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SOFTWARE.
#include "Jolt/Jolt.h"
#include "Jolt/Physics/PhysicsStepListener.h"
#include "Jolt/Physics/Vehicle/VehicleConstraint.h"

#include "auto/com_github_stephengold_joltjni_VehicleConstraint.h"
#include "auto/com_github_stephengold_joltjni_VehicleConstraintRef.h"
#include "glue/glue.h"
Expand Down
1 change: 1 addition & 0 deletions src/main/native/glue/v/VehicleController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
*/
#include "Jolt/Jolt.h"
#include "Jolt/Physics/Vehicle/VehicleController.h"

#include "auto/com_github_stephengold_joltjni_VehicleController.h"
#include "auto/com_github_stephengold_joltjni_VehicleControllerRef.h"
#include "glue/glue.h"
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/testjoltjni/junit/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ of this software and associated documentation files (the "Software"), to deal
/**
* Automated tests for jolt-jni using JUnit4.
*/
package testjoltjni.junit;
package testjoltjni.junit;

0 comments on commit 3594025

Please sign in to comment.