From 8c5ea60da7f54b9ce574dfaca26bae67d775faa7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Sep 2017 00:35:26 +0100 Subject: Fixing whitespace --- tests/spritesheettest.cpp | 2 +- yage/math/matrix.h | 2 +- 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 -- cgit