From d9491b20cc5fc8b683eb0f60a50da6b322b55e57 Mon Sep 17 00:00:00 2001 From: jgoppert Date: Sun, 6 Jan 2013 15:33:55 -0500 Subject: Reformat of math library with astyle. --- apps/systemlib/math/Vector.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/systemlib/math/Vector.hpp') diff --git a/apps/systemlib/math/Vector.hpp b/apps/systemlib/math/Vector.hpp index 0c5ac2b19..773bd5032 100644 --- a/apps/systemlib/math/Vector.hpp +++ b/apps/systemlib/math/Vector.hpp @@ -45,10 +45,11 @@ #include "generic/Vector.hpp" #endif -namespace math { +namespace math +{ class Vector; int __EXPORT vectorTest(); int __EXPORT vectorAddTest(); int __EXPORT vectorSubTest(); -bool vectorEqual(const Vector & a, const Vector & b, float eps=1.0e-5f); +bool vectorEqual(const Vector &a, const Vector &b, float eps = 1.0e-5f); } // math -- cgit v1.2.3