mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
removed whitespace
This commit is contained in:
parent
e737456dcd
commit
c628b23895
2 changed files with 0 additions and 5 deletions
|
@ -77,9 +77,6 @@ public:
|
|||
}
|
||||
numSamples++;
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
template <class T, int MAX_NUM_SAMPLES> class ThreadSafeMovingAverage {
|
||||
|
|
|
@ -21,11 +21,9 @@
|
|||
#include <Preferences.h>
|
||||
#include <SettingHandle.h>
|
||||
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(inputplugins)
|
||||
Q_LOGGING_CATEGORY(inputplugins, "hifi.inputplugins")
|
||||
|
||||
|
||||
const char* KinectPlugin::NAME = "Kinect";
|
||||
const char* KinectPlugin::KINECT_ID_STRING = "Kinect";
|
||||
|
||||
|
|
Loading…
Reference in a new issue