From d589c05b1741bf699897feef73c35a58592dc876 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 15 Oct 2024 18:59:28 +0200 Subject: Fix documentation typos and trailing whitespace --- FL/Fl_Widget.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index c9fe89bba..d10d42ef5 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -693,7 +693,7 @@ public: /** Set the gap between the label and the image in pixels. This value is limited to 0..255. - \param[in] gap spacing in pixels + \param[in] gap spacing in pixels */ void label_image_spacing(int gap) { label_.spacing = (uchar)gap; } -- cgit v1.2.3