aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/spritesheettest.cpp2
-rw-r--r--yage/math/matrix.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/spritesheettest.cpp b/tests/spritesheettest.cpp
index 675a3762..b801688b 100644
--- a/tests/spritesheettest.cpp
+++ b/tests/spritesheettest.cpp
@@ -3,5 +3,5 @@
TEST(SpriteSheet, Load)
{
-
+
}
diff --git a/yage/math/matrix.h b/yage/math/matrix.h
index 3992acfe..7810d202 100644
--- a/yage/math/matrix.h
+++ b/yage/math/matrix.h
@@ -6,7 +6,7 @@
* ----------------------------------------------------------------------------
*/
-/** @file
+/** @file
*/
#ifndef YAGE_MATH_MATRIX_H