r11859: Canonicalize whitespace
[clsql.git] / uffi / clsql_uffi.c
index 531abf041483f9a7f28495584ad0225c37d931cc..0b840540ce8837950e21be48c9bea6454b37f88f 100644 (file)
 #include <windows.h>
 
 BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, DWORD fdwReason,
-                         LPVOID lpvReserved)
+                          LPVOID lpvReserved)
 {
         return 1;
 }
-       
+
 #define DLLEXPORT __declspec(dllexport)
 
 #else
-#define DLLEXPORT 
+#define DLLEXPORT
 #endif
 
 
@@ -69,7 +69,7 @@ atol64 (const unsigned char* str, unsigned int* pHigh32)
   return lower_32bits(result);
 }
 
-  
-  
+
+