diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-03 17:20:24 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-03 17:20:24 +0100 |
| commit | a773fdc44bfb818f1830e9e48ba765881e68c942 (patch) | |
| tree | 70f52be97581cdb407d440fb43cfc3bd3cfc13f8 /test | |
| parent | d8cb8ec9167634d0e09201043ba8a539d659b849 (diff) | |
Fix whitespace, update dependencies and fluid files
Diffstat (limited to 'test')
| -rw-r--r-- | test/preferences.fl | 6 | ||||
| -rw-r--r-- | test/unittest_fast_shapes.cxx | 2 |
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); |
