summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-14 23:55:21 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-12-14 23:55:21 +0100
commitf57b074378d69d19eb5a70e6335054bada06919a (patch)
tree85c31d6057e78b8be874c5f476eaf9f9552a171d /test
parentf76e579ffec32aaf1095d37aaf4a54780fd20b6c (diff)
Fix trailing whitespace and a MSVC compiler warning
No code changes
Diffstat (limited to 'test')
-rw-r--r--test/coordinates.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/coordinates.cxx b/test/coordinates.cxx
index d888b7d46..472bae150 100644
--- a/test/coordinates.cxx
+++ b/test/coordinates.cxx
@@ -69,7 +69,7 @@ public:
Box* tr_box = new Box(275, 50, 200, 40, FL_BLUE,
"Fl_Box tr(275, 50, 200, 40)\nx, y relative to main window");
tr_group->end();
-
+
Fl_Group* bl_group = new Fl_Group(0, 100, 250, 100);
bl_group->box(FL_ENGRAVED_BOX);
Title* bl_title = new Title(10, 110, 230, 40, FL_BLACK,
@@ -77,7 +77,7 @@ public:
Box* bl_box = new Box(25, 150, 200, 40, FL_BLACK,
"Fl_Box bl(25, 150, 200, 40)\nx, y relative to main window");
bl_group->end();
-
+
// member variable
message_box = new Fl_Box(0, 201, 500, 30);
message_box->align(FL_ALIGN_INSIDE | FL_ALIGN_CENTER);