diff --git a/sourcehook/test/main.cpp b/sourcehook/test/main.cpp index 349878f..563fa6e 100644 --- a/sourcehook/test/main.cpp +++ b/sourcehook/test/main.cpp @@ -125,4 +125,5 @@ void Test_PausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug) void Test_UnpausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug) { static_cast(shptr)->UnpausePlugin(plug); -} \ No newline at end of file +} + diff --git a/sourcehook/test/testbail.cpp b/sourcehook/test/testbail.cpp index f837a04..58fcacd 100644 --- a/sourcehook/test/testbail.cpp +++ b/sourcehook/test/testbail.cpp @@ -18,7 +18,6 @@ Then testbail2.cpp which has the new version adds a hook on the same function and does a recall and overrides the value in it. */ - #include "sourcehook_test.h" #include "testbail.h" diff --git a/sourcehook/test/testbail.h b/sourcehook/test/testbail.h index ecd74e0..dffbf50 100644 --- a/sourcehook/test/testbail.h +++ b/sourcehook/test/testbail.h @@ -36,4 +36,5 @@ namespace { SourceHook::Plugin g_PLID; SH_DECL_HOOK1(IGaben, EatYams, SH_NOATTRIB, 0, int, int); -} \ No newline at end of file +} +