Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2016-02-22 14:39:06 +0300
committerAlex Marsev <alex.marsev@gmail.com>2016-02-22 14:39:43 +0300
commit7aa37f526b94fb4b5b4b6c806cb91db4996a1d99 (patch)
treeec0477c76a545f48189572b344a92fcd6cad658c
parente06258b7d906cb1e99d22c73904f9b392948afec (diff)
Fix mixed tab/space
-rw-r--r--dll/src/sanear-dll/Entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dll/src/sanear-dll/Entry.cpp b/dll/src/sanear-dll/Entry.cpp
index 9167b20..9a6613a 100644
--- a/dll/src/sanear-dll/Entry.cpp
+++ b/dll/src/sanear-dll/Entry.cpp
@@ -140,5 +140,5 @@ extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID);
BOOL WINAPI DllMain(HINSTANCE hDllHandle, DWORD dwReason, LPVOID pReserved)
{
- return DllEntryPoint(hDllHandle, dwReason, pReserved);
+ return DllEntryPoint(hDllHandle, dwReason, pReserved);
}