From 4e75549e7bd8b0ea032cf279066d0fac09577067 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 2 Feb 2023 17:03:09 +0100 Subject: Update dependencies and fix whitespace errors - replace tabs with spaces - remove trailing whitespace --- fluid/Fluid_Image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fluid_Image.cxx') diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx index f3b2277b9..92f4322ca 100644 --- a/fluid/Fluid_Image.cxx +++ b/fluid/Fluid_Image.cxx @@ -123,7 +123,7 @@ void Fluid_Image::write_static(Fd_Code_Writer& f, int compressed) { if (!img) return; const char *idata_name = f.unique_id(this, "idata", fl_filename_name(name()), 0); function_name_ = f.unique_id(this, "image", fl_filename_name(name()), 0); - + if (is_animated_gif_) { // Write animated gif image data... f.write_c("\n"); -- cgit v1.2.3