From: Martin Taibr Date: Fri, 11 Aug 2017 20:56:12 +0000 (+0200) Subject: remove space before indent X-Git-Tag: xonotic-v0.8.5~2430^2~26 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=00c2c5aeccf5d217d42f47d0299cb095b7b2da1c;p=xonotic%2Fxonotic-data.pk3dir.git remove space before indent --- diff --git a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc index ccd87b1d5..bc6f162af 100644 --- a/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc +++ b/qcsrc/common/mutators/mutator/dodging/sv_dodging.qc @@ -162,11 +162,11 @@ bool PM_dodging_checkpressedkeys(entity this) dodge_detected = true; \ this.last_##BTN##_KEY_time = time; \ } - X(x < 0, BACKWARD, x--); - X(x > 0, FORWARD, x++); - X(y < 0, LEFT, y--); - X(y > 0, RIGHT, y++); - #undef X + X(x < 0, BACKWARD, x--); + X(x > 0, FORWARD, x++); + X(y < 0, LEFT, y--); + X(y > 0, RIGHT, y++); + #undef X if (dodge_detected) {