add newline at EOF

This commit is contained in:
Andrew Meadows 2017-01-18 14:54:48 -08:00
parent 189da81bb1
commit 1a3fa84985

View file

@ -1363,4 +1363,4 @@ void Avatar::ensureInScene(AvatarSharedPointer self) {
if (!_inScene) {
addToScene(self);
}
}
}