]> git.sesse.net Git - vlc/blobdiff - libs/loader/loader.h
Removes trailing spaces. Removes tabs.
[vlc] / libs / loader / loader.h
index ec29983d4bc65ed0b19e51587c4992ef4a8e97e9..b4958141a732fe41d4402887222963e488aaa993 100644 (file)
@@ -42,9 +42,9 @@ extern "C" {
 
 unsigned int _GetPrivateProfileIntA(const char* appname, const char* keyname, int default_value, const char* filename);
 int _GetPrivateProfileStringA(const char* appname, const char* keyname,
-       const char* def_val, char* dest, unsigned int len, const char* filename);
+    const char* def_val, char* dest, unsigned int len, const char* filename);
 int _WritePrivateProfileStringA(const char* appname, const char* keyname,
-       const char* string, const char* filename);
+    const char* string, const char* filename);
 
 INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id,
                             LPSTR buffer, INT buflen );