aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
commit191d250adfd9d50846db5350641d279cad39c325 (patch)
tree745391be4a4c56cf6823da5ac840b912ef83557d /win32
parent601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (diff)
downloadscintilla-mirror-191d250adfd9d50846db5350641d279cad39c325.tar.gz
Remove line-end white space.
Diffstat (limited to 'win32')
-rw-r--r--win32/PlatWin.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}