From 1fca763b9d5ebca51913fe754d67d891678b14b3 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 11 Feb 2014 12:43:48 -0800 Subject: [PATCH] removed whitespace to get build to run --- libraries/script-engine/src/Quat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/script-engine/src/Quat.h b/libraries/script-engine/src/Quat.h index 985dd0a00f..867069d6d6 100644 --- a/libraries/script-engine/src/Quat.h +++ b/libraries/script-engine/src/Quat.h @@ -31,6 +31,4 @@ public slots: glm::quat angleAxis(float angle, const glm::vec3& v); }; - - #endif /* defined(__hifi__Quat__) */