From 27a779b2357fb27ae834e8921323f09fd3288940 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 18 Oct 2023 15:00:37 +0200 Subject: Fix trailing whitespace --- FL/fl_draw.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 65849330d..4095aab34 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -339,7 +339,7 @@ inline void fl_rounded_rectf(int x, int y, int w, int h, int r) { fl_graphics_driver->rounded_rectf(x, y, w, h, r); } -/** Color with passed color a rectangle that exactly fills the given bounding box. +/** Color with passed color a rectangle that exactly fills the given bounding box. \warning The current color is changed to \p c upon return. */ inline void fl_rectf(int x, int y, int w, int h, Fl_Color c) { -- cgit v1.2.3