Browse Source

Removed extra newline

Jorrit Rouwe 4 tháng trước cách đây
mục cha
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"
 				"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

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

@@ -15,7 +15,7 @@ public:
 	// Description of the test
 	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