From ddd26ed83d3ac0335562f762ced273a1d62bd959 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 23 Dec 2017 01:37:09 +0000 Subject: [Style] Updated style in files. --- tests/active/test.cpp | 2 +- tests/log/test.cpp | 2 +- tests/matrix/test.cpp | 2 +- tests/particlebody/test.cpp | 4 ++-- tests/spritesheet/test.cpp | 2 +- tests/struct/test.cpp | 2 +- tests/syncqueue/test.cpp | 2 +- tests/thread/test.cpp | 2 +- tests/vector3/test.cpp | 10 +++++----- tests/vector4/test.cpp | 10 +++++----- tests/window/test.cpp | 2 +- tests/yage/test.cpp | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) (limited to 'tests') diff --git a/tests/active/test.cpp b/tests/active/test.cpp index 3d561283..d907a1cc 100644 --- a/tests/active/test.cpp +++ b/tests/active/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: activetest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/log/test.cpp b/tests/log/test.cpp index e1010754..53c2894b 100644 --- a/tests/log/test.cpp +++ b/tests/log/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: logtest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/matrix/test.cpp b/tests/matrix/test.cpp index 1e316502..022775af 100644 --- a/tests/matrix/test.cpp +++ b/tests/matrix/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: matrixtest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/particlebody/test.cpp b/tests/particlebody/test.cpp index 09277826..65c26d5d 100644 --- a/tests/particlebody/test.cpp +++ b/tests/particlebody/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: particlebodytest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -26,7 +26,7 @@ double gravityAcceleration(int iterations) TEST(ParticleBody, Gravity) { - int randomItr = rand() % 10; + int randomItr = rand() % 10; double idealPosition = 0.5 * -9.81 * std::pow(randomItr, 2); ASSERT_GE(idealPosition * 0.95, gravityAcceleration(randomItr)); diff --git a/tests/spritesheet/test.cpp b/tests/spritesheet/test.cpp index fcfc842c..4d4cc1a4 100644 --- a/tests/spritesheet/test.cpp +++ b/tests/spritesheet/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: spritesheettest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/struct/test.cpp b/tests/struct/test.cpp index 99752abb..0288f06b 100644 --- a/tests/struct/test.cpp +++ b/tests/struct/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: structtest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/syncqueue/test.cpp b/tests/syncqueue/test.cpp index 1d7d8037..f5c7d7c3 100644 --- a/tests/syncqueue/test.cpp +++ b/tests/syncqueue/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: syncqueuetest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/thread/test.cpp b/tests/thread/test.cpp index 0527665a..c9178abd 100644 --- a/tests/thread/test.cpp +++ b/tests/thread/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: threadtest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/vector3/test.cpp b/tests/vector3/test.cpp index 570a5c10..e65d29f1 100644 --- a/tests/vector3/test.cpp +++ b/tests/vector3/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: vector3test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -7,7 +7,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector3test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -15,7 +15,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector3test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -23,7 +23,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector3test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -31,7 +31,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector3test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/vector4/test.cpp b/tests/vector4/test.cpp index 53554a25..6ef5462d 100644 --- a/tests/vector4/test.cpp +++ b/tests/vector4/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: vector4test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -7,7 +7,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector4test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -15,7 +15,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector4test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -23,7 +23,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector4test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. @@ -31,7 +31,7 @@ */ /** --------------------------------------------------------------------------- - * @file: vector4test.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/window/test.cpp b/tests/window/test.cpp index 40b7e664..d9402d49 100644 --- a/tests/window/test.cpp +++ b/tests/window/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: windowtest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. diff --git a/tests/yage/test.cpp b/tests/yage/test.cpp index a599eba2..8129306b 100644 --- a/tests/yage/test.cpp +++ b/tests/yage/test.cpp @@ -1,5 +1,5 @@ /** --------------------------------------------------------------------------- - * @file: yagetest.cpp + * @file: test.cpp * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. -- cgit