From 460ace592822e6019a3e00042ec20b7f6c770cd7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 7 Jan 2025 15:04:42 +0100 Subject: [PATCH] Trim trailing whitespace Signed-off-by: Simon Rozman --- include/WinStd/Win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index 49aba2ce..ce3c3819 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -799,7 +799,7 @@ static _Success_(return != 0) int GetDateFormatA(_In_ LCID Locale, _In_ DWORD dw } /// -/// Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date. +/// Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date. /// /// \sa [GetDateFormat function](https://msdn.microsoft.com/en-us/library/windows/desktop/dd318086.aspx) ///