From e91d65cd2fa4ea1965de5035e658bb866fcf38db Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 31 Mar 2022 16:00:11 +0200 Subject: Fix whitespace errors (no code changes) --- src/Fl_Device.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Device.cxx') diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 57e58e8e9..c0ca99b57 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -72,7 +72,7 @@ \li make current another surface, e.g., an Fl_Printer or an Fl_Image_Surface object, calling set_current() on this object; \li draw to that surface; \li make the display current again with Fl_Display_Device::display_device()->set_current(); . Don't do any other call to set_current() before this one. - + Other scenarios of drawing surface changes should be performed via Fl_Surface_Device::push_current( ) / Fl_Surface_Device::pop_current(). */ void Fl_Surface_Device::set_current(void) -- cgit v1.2.3