From f6bc0ea88ffc93459eba56a1f1872099500405a0 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 16 Mar 2018 16:57:06 +1100 Subject: Backport: Remove line-end white space. Backport of changeset 6625:2dd6b8049c4e. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/PlatWin.cxx') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 3c0d44f6b..9e89e2f84 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1283,7 +1283,7 @@ static int Delta(int difference) { return 0; } -// Round to integer, with halfway cases rounding down. +// Round to integer, with halfway cases rounding down. static float RoundFloat(float f) { return std::floor(f+0.5f); } -- cgit v1.2.3