misc/xfire/xfiregameclient.cpp
changeset 3697 d5b30d6373fc
parent 2920 5cf48744a700
--- a/misc/xfire/xfiregameclient.cpp	Sat Jul 31 10:52:43 2010 +0200
+++ b/misc/xfire/xfiregameclient.cpp	Sat Jul 31 11:24:53 2010 +0200
@@ -29,7 +29,7 @@
 
 #ifdef Module32Next
 #undef Module32Next
-#endif 
+#endif
 
 
 int XfireIsLoaded()
@@ -99,7 +99,7 @@
 	if (snapshot_handle != INVALID_HANDLE_VALUE)
 	{
 		MODULEENTRY32 module_entry;
-		module_entry.dwSize = sizeof(MODULEENTRY32); 
+		module_entry.dwSize = sizeof(MODULEENTRY32);
 
 		BOOL result = Module32First(snapshot_handle, &module_entry);
 		char module_name[] = "xfire_toucan";