From 8334abe544c3e9e222acdb282652ad5e2f4a9609 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 6 Dec 2021 19:56:40 +0100 Subject: Fix whitespace errors (no code changes) (1) convert tabs to spaces (2) remove trailing whitespace --- test/device.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(); -- cgit v1.2.3