Skip to content

Commit c183ba7

Browse files
author
Sergey Kanaev
committed
Stylistic change
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
1 parent 3643090 commit c183ba7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/unittests/windows/dllmain.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#ifdef _WIN32
2323
#include <windows.h>
2424

25-
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,
26-
DWORD fdwReason,
25+
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
2726
LPVOID lpReserved);
2827

2928
static std::atomic<int> TearDownCalls{0};
@@ -64,4 +63,3 @@ TEST(Windows, DllMainCall) {
6463
EXPECT_EQ(TearDownCalls.load(), TearDownCallsDone);
6564
#endif
6665
}
67-

0 commit comments

Comments
 (0)