Browse Source

Removed extra newline

Jorrit Rouwe 4 months ago
parent
commit
e7fd4c5a49

+ 1 - 1
Samples/Tests/SoftBody/SoftBodyUpdatePositionTest.h

@@ -16,7 +16,7 @@ public:
 	{
 	{
 		return	"This test tests soft bodies with and without 'update position' and 'make rotation identity'.\n"
 		return	"This test tests soft bodies with and without 'update position' and 'make rotation identity'.\n"
 				"The labels of the bodies that don't update their position will stay in place.\n"
 				"The labels of the bodies that don't update their position will stay in place.\n"
-				"If you turn on 'Draw Bounding Boxes' then you will see that the cubes that with 'make rotation identity' have a smaller bounding box.\n";
+				"If you turn on 'Draw Bounding Boxes' then you will see that the cubes that with 'make rotation identity' have a smaller bounding box.";
 	}
 	}
 
 
 	// See: Test
 	// See: Test

+ 1 - 1
Samples/Tests/Vehicle/VehicleStressTest.h

@@ -15,7 +15,7 @@ public:
 	// Description of the test
 	// Description of the test
 	virtual const char *			GetDescription() const override
 	virtual const char *			GetDescription() const override
 	{
 	{
-		return	"This test simulates a large number of vehicles to test performance.";
+		return "This test simulates a large number of vehicles to test performance.";
 	}
 	}
 
 
 	// Destructor
 	// Destructor