[NTOS:MM] Update a DPRINT string (#760)
[reactos.git] / dll / cpl / desk / muireg.c
index 9fb10c3..8754b43 100644 (file)
@@ -49,7 +49,7 @@ static int load_string(HINSTANCE hModule, UINT resId, LPWSTR pwszBuffer, INT cMa
  *
  * @implemented
  */
  *
  * @implemented
  */
-LONG 
+LONG
 RegLoadMUIStringW(IN HKEY hKey,
                   IN LPCWSTR pszValue  OPTIONAL,
                   OUT LPWSTR pszOutBuf,
 RegLoadMUIStringW(IN HKEY hKey,
                   IN LPCWSTR pszValue  OPTIONAL,
                   OUT LPWSTR pszOutBuf,
@@ -65,7 +65,7 @@ RegLoadMUIStringW(IN HKEY hKey,
     /* Parameter sanity checks. */
     if (!hKey || !pszOutBuf)
         return ERROR_INVALID_PARAMETER;
     /* Parameter sanity checks. */
     if (!hKey || !pszOutBuf)
         return ERROR_INVALID_PARAMETER;
-    
+
     if (pszDirectory && *pszDirectory)
     {
         //FIXME("BaseDir parameter not yet supported!\n");
     if (pszDirectory && *pszDirectory)
     {
         //FIXME("BaseDir parameter not yet supported!\n");