From 1c2096bc3015eaa7ee2e4e234ff70392502ff124 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Fri, 12 Feb 2016 16:09:51 -0800 Subject: [PATCH] remove some unrelated whitespace changes --- .../src/controllers/ScriptingInterface.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libraries/controllers/src/controllers/ScriptingInterface.h b/libraries/controllers/src/controllers/ScriptingInterface.h index 72b6ca78e8..ad1197e3f0 100644 --- a/libraries/controllers/src/controllers/ScriptingInterface.h +++ b/libraries/controllers/src/controllers/ScriptingInterface.h @@ -13,10 +13,11 @@ #ifndef hifi_AbstractControllerScriptingInterface_h #define hifi_AbstractControllerScriptingInterface_h -#include -#include +#include #include #include +#include +#include #include #include @@ -165,12 +166,12 @@ namespace controller { QVariantMap _actions; QVariantMap _standard; - bool _mouseCaptured { false }; - bool _touchCaptured { false }; - bool _wheelCaptured { false }; - bool _actionsCaptured { false }; - bool _reticleVisible { true }; + bool _mouseCaptured{ false }; + bool _touchCaptured{ false }; + bool _wheelCaptured{ false }; + bool _actionsCaptured{ false }; + bool _reticleVisible{ true }; float _reticleDepth { 1.0f }; };