From 37f1360542e28ff309f2f819e4b3035f3eed345d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 6 May 2013 10:39:36 -0700 Subject: [PATCH] fix spacing for gravity vector --- interface/src/SerialInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/SerialInterface.cpp b/interface/src/SerialInterface.cpp index 44f256cd01..5878ab672e 100644 --- a/interface/src/SerialInterface.cpp +++ b/interface/src/SerialInterface.cpp @@ -287,7 +287,7 @@ void SerialInterface::resetSerial() { gettimeofday(&lastGoodRead, NULL); if (!USING_INVENSENSE_MPU9150) { - gravity = glm::vec3(0,-1,0); + gravity = glm::vec3(0, -1, 0); // Clear the measured and average channel data for (int i = 0; i < NUM_CHANNELS; i++) {