fix spacing for gravity vector

This commit is contained in:
Stephen Birarda 2013-05-06 10:39:36 -07:00
parent 928beac8e0
commit 37f1360542

View file

@ -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++) {