diff options
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp | 2 | ||||
| -rw-r--r-- | 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 |
