diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-06 19:56:40 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-06 19:56:40 +0100 |
| commit | 8334abe544c3e9e222acdb282652ad5e2f4a9609 (patch) | |
| tree | 9b0fd9d92d75d9303bb34811b384ca6f27d21105 /test | |
| parent | 39b5ae9e6e957582eddf16c86829d01473458e5d (diff) | |
Fix whitespace errors (no code changes)
(1) convert tabs to spaces
(2) remove trailing whitespace
Diffstat (limited to 'test')
| -rw-r--r-- | test/device.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/device.cxx b/test/device.cxx index 44d1c05a4..0a0d64081 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -602,7 +602,7 @@ void copy(Fl_Widget *, void *data) { } } } - + if (strcmp(operation, "fl_capture_window()") == 0) { Fl_Window *win = target->as_window() ? target->as_window() : target->window(); int X = target->as_window() ? 0 : target->x(); |
