diff --git a/wufuc/ntdllhelper.c b/wufuc/ntdllhelper.c index 80190bc..ceb5357 100644 --- a/wufuc/ntdllhelper.c +++ b/wufuc/ntdllhelper.c @@ -53,4 +53,4 @@ BOOL TryLdrUnregisterDllNotification(PVOID Cookie, NTSTATUS *result) { } } return FALSE; -} \ No newline at end of file +} diff --git a/wufuc/patchwua.c b/wufuc/patchwua.c index 60cb8f4..d8e3572 100644 --- a/wufuc/patchwua.c +++ b/wufuc/patchwua.c @@ -66,4 +66,4 @@ BOOL PatchWUA(void *lpBaseOfDll, size_t SizeOfImage) { trace(_T("Successfully patched WUA module!")); return result; -} \ No newline at end of file +}