From eb4d8d4957d9abd983de51f0c86713809aacbd70 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 9 Dec 2024 22:41:45 +0100 Subject: Update more fluid and generated files ... after output of trailing whitespace has been fixed. --- fluid/codeview_panel.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/codeview_panel.cxx') diff --git a/fluid/codeview_panel.cxx b/fluid/codeview_panel.cxx index f9496b7ba..66fbeea19 100644 --- a/fluid/codeview_panel.cxx +++ b/fluid/codeview_panel.cxx @@ -211,6 +211,7 @@ void update_codeview_cb(class Fl_Button*, void*) { /** This is called by the timer itself + */ void update_codeview_timer(void*) { update_codeview_cb(0,0); @@ -227,6 +228,7 @@ void codeview_defer_update() { /** Show or hide the source code preview. The state is stored in the app preferences. + */ void codeview_toggle_visibility() { if (!codeview_panel) { -- cgit v1.2.3