From 2021a15527daff4137e7225b16dae68cb0ec1f01 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 16 Sep 2015 16:54:21 -0700 Subject: [PATCH] fix white space --- libraries/entities-renderer/src/EntityTreeRenderer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libraries/entities-renderer/src/EntityTreeRenderer.h b/libraries/entities-renderer/src/EntityTreeRenderer.h index 6bacb23a3f..18874957fd 100644 --- a/libraries/entities-renderer/src/EntityTreeRenderer.h +++ b/libraries/entities-renderer/src/EntityTreeRenderer.h @@ -62,9 +62,8 @@ public: /// clears the tree virtual void clear(); - /// reloads the entity scripts, calling unload and preload - void reloadEntityScripts(); - + /// reloads the entity scripts, calling unload and preload + void reloadEntityScripts(); /// if a renderable entity item needs a model, we will allocate it for them Q_INVOKABLE Model* allocateModel(const QString& url, const QString& collisionUrl);