now conforming to coding standards

This commit is contained in:
Eric Levin 2015-05-04 16:40:04 -07:00
parent e097950277
commit 6a987fdaf5

View file

@ -67,7 +67,7 @@ glm::vec3 Quat::axis(const glm::quat& orientation) {
return glm::axis(orientation);
}
float Quat::angle(const glm::quat &orientation) {
float Quat::angle(const glm::quat& orientation) {
return glm::angle(orientation);
}