diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-06 19:31:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-06 19:31:20 +0300 |
commit | 0a1695739be388298bb80a71f09353f5c5bb3e01 (patch) | |
tree | 55005eb1c9024b5c3863e941dd20b8584c0e5fe5 | |
parent | 036c5dc6ffc87fe8d26046f8a07cc71c79bd0235 (diff) | |
download | plus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.gz plus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.bz2 plus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.xz plus-0a1695739be388298bb80a71f09353f5c5bb3e01.zip |
Fix too long line.
-rw-r--r-- | src/particle/particle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 57c6dd40a..f1a8154b6 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -179,7 +179,8 @@ class Particle notfinal : public Actor */ void setDestination(Particle *restrict const target, const float accel, - const float moment) restrict2 noexcept2 A_NONNULL(2) + const float moment) restrict2 noexcept2 + A_NONNULL(2) { mTarget = target; mAcceleration = accel; mMomentum = moment; } /** |