Skip to content

Commit ca14a87

Browse files
committed
[TEST] test cpp-linter
1 parent ab68d9e commit ca14a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/windowslib.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "windowslib.h"
2+
// test
23

34
// LIB: STRONGHOLDCRUSADER
4-
DWORD __stdcall timeGetTime() { return 0; }
5+
DWORD __stdcall timeGetTime() { return 0; }

0 commit comments

Comments
 (0)