From 1cf0d3b05f6b262537b6810b4844163c9ee53149 Mon Sep 17 00:00:00 2001 From: TheRedDaemon <66257843+TheRedDaemon@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:56:57 +0100 Subject: [PATCH] [TEST] new cpp-linter check --- src/entry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry.cpp b/src/entry.cpp index 9b11864..a5d9d56 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -5,7 +5,8 @@ #ifdef OPEN_SHC_DLL -extern "C" __declspec(dllexport) int __cdecl luaopen_OpenSHC(lua_State* L) { return 0; } +extern "C" +__declspec(dllexport) int __cdecl luaopen_OpenSHC(lua_State* L) { return 0; } #endif