From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Grid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Grid.cpp') diff --git a/Stars45/Grid.cpp b/Stars45/Grid.cpp index 584f01a..1f1fbbc 100644 --- a/Stars45/Grid.cpp +++ b/Stars45/Grid.cpp @@ -75,7 +75,7 @@ void Grid::Render(Video* video, DWORD flags) Point p2( i, 0, size); p2 += Location(); Point p3(-i, 0, -size); p3 += Location(); Point p4(-i, 0, size); p4 += Location(); - + if (c) line = DARK_LINE; else line = LITE_LINE; @@ -93,7 +93,7 @@ void Grid::Render(Video* video, DWORD flags) Point p2( size, 0, i); p2 += Location(); Point p3(-size, 0, -i); p3 += Location(); Point p4( size, 0, -i); p4 += Location(); - + if (c) line = DARK_LINE; else line = LITE_LINE; -- cgit v1.1