From: Juhu <5894800-Juhu_@users.noreply.gitlab.com>
Date: Thu, 9 Feb 2023 10:12:23 +0000 (+0100)
Subject: reformat one comment inside target_speed to match the formatting of the same code... 
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55bd26c3b07c6fbacbaa1e58873dafd2136e3826;p=xonotic%2Fxonotic-data.pk3dir.git

reformat one comment inside target_speed to match the formatting of the same code inside the loop
---

diff --git a/qcsrc/common/mapobjects/target/speed.qc b/qcsrc/common/mapobjects/target/speed.qc
index 43d9ed164..fb7da5812 100644
--- a/qcsrc/common/mapobjects/target/speed.qc
+++ b/qcsrc/common/mapobjects/target/speed.qc
@@ -59,7 +59,8 @@ vector target_speed_calculatevelocity(entity this, float speed, entity pushed_en
 	{
 		launcherspeed += speed;
 
-		// add the add speed in the same variable as it goes in the same direction
+		// add the add speed in the same variable
+		// as it goes in the same direction
 		if(is_add) launcherspeed += oldspeed;
 	}