From 42e7c212777a1f55bfe25c8a1ca83e286fdaa19a Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 28 Dec 2019 11:57:12 -0800 Subject: Fixed a couple of minor formatting issues --- Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp | 2 +- Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp b/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp index 210ab57b..7a5b31ba 100644 --- a/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp +++ b/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp @@ -31,7 +31,7 @@ namespace Testing TestingEnvironment::NativeWindow TestingEnvironment::CreateNativeWindow() { - return TestingEnvironment::NativeWindow {}; + return TestingEnvironment::NativeWindow{}; } } // namespace Testing diff --git a/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp b/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp index 210ab57b..7a5b31ba 100644 --- a/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp +++ b/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp @@ -31,7 +31,7 @@ namespace Testing TestingEnvironment::NativeWindow TestingEnvironment::CreateNativeWindow() { - return TestingEnvironment::NativeWindow {}; + return TestingEnvironment::NativeWindow{}; } } // namespace Testing -- cgit v1.2.3