summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/preferences.fl6
-rw-r--r--test/unittest_fast_shapes.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/test/preferences.fl b/test/preferences.fl
index ef2cc5d1a..681dc9c28 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -207,7 +207,7 @@ char buffer[80];
double doubleValue;
char path[ FL_PATH_MAX ];
-Fl_Preferences::Root root =
+Fl_Preferences::Root root =
Fl_Preferences::filename(path, FL_PATH_MAX, Fl_Preferences::USER_L, project, application);
if (root == Fl_Preferences::UNKNOWN_ROOT_TYPE) {
printf("Location of future Preferences file not found.\\n");
@@ -225,8 +225,8 @@ Fl_Preferences app( Fl_Preferences::USER_L, project, application );
} else {
printf("App Preferences file is actually located at:\\n%s\\n", path);
}
-
- app.getUserdataPath( path, sizeof(path) );
+
+ app.getUserdataPath( path, sizeof(path) );
if (path[0]) {
printf("Preferences user data directory is located at:\\n%s\\n", path);
} else {
diff --git a/test/unittest_fast_shapes.cxx b/test/unittest_fast_shapes.cxx
index 644384f22..b49deb217 100644
--- a/test/unittest_fast_shapes.cxx
+++ b/test/unittest_fast_shapes.cxx
@@ -318,7 +318,7 @@ public:
"If green pixels are missing, filled rectangles draw too big (see fl_rectf).\n\n"
"If red pixels are showing, filled rectangles are drawn too small."
);
-
+
b+=24;
t = new Fl_Box(a, b, 26, 18, "2a");
t->box(FL_ROUNDED_BOX); t->color(FL_YELLOW);