@@ -22,13 +22,13 @@ #import "OFString.h" #import "OFAutoreleasePool.h" #import "OFExceptions.h" #ifdef _WIN32 -#define dlopen(file, mode) LoadLibrary(file) -#define dlsym(handle, symbol) GetProcAddress(handle, symbol) -#define dlclose(handle) FreeLibrary(handle) +# define dlopen(file, mode) LoadLibrary(file) +# define dlsym(handle, symbol) GetProcAddress(handle, symbol) +# define dlclose(handle) FreeLibrary(handle) #endif @implementation OFPlugin + pluginFromFile: (OFString*)path {