[CRT]
[reactos.git] / reactos / dll / win32 / user32 / misc / wsprintf.c
index dc36fac..6b70d8b 100644 (file)
@@ -280,6 +280,7 @@ static UINT WPRINTF_GetLen( WPRINTF_FORMAT *format, WPRINTF_DATA *arg,
     return len;
 }
 
+
 /***********************************************************************
  *           wvsnprintfA   (internal)
  */
@@ -484,6 +485,7 @@ static INT wvsnprintfW( LPWSTR buffer, UINT maxlen, LPCWSTR spec, __ms_va_list a
     return (maxlen > 1) ? (INT)(p - buffer) : -1;
 }
 
+
 /***********************************************************************
  *           wvsprintfA   (USER32.@)
  */
@@ -503,6 +505,7 @@ INT WINAPI wvsprintfW( LPWSTR buffer, LPCWSTR spec, __ms_va_list args )
     return ( res == -1 ) ? 1024 : res;
 }
 
+
 /***********************************************************************
  *           wsprintfA   (USER32.@)
  */
@@ -517,6 +520,7 @@ INT WINAPIV wsprintfA( LPSTR buffer, LPCSTR spec, ... )
     return ( res == -1 ) ? 1024 : res;
 }
 
+
 /***********************************************************************
  *           wsprintfW   (USER32.@)
  */