summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-06 19:31:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-06 19:31:20 +0300
commit0a1695739be388298bb80a71f09353f5c5bb3e01 (patch)
tree55005eb1c9024b5c3863e941dd20b8584c0e5fe5 /src/particle/particle.h
parent036c5dc6ffc87fe8d26046f8a07cc71c79bd0235 (diff)
downloadplus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.gz
plus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.bz2
plus-0a1695739be388298bb80a71f09353f5c5bb3e01.tar.xz
plus-0a1695739be388298bb80a71f09353f5c5bb3e01.zip
Fix too long line.
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r--src/particle/particle.h3
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; }
/**