summaryrefslogtreecommitdiff
path: root/fluid/Fluid_Image.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-02 17:03:09 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-02 17:09:14 +0100
commit4e75549e7bd8b0ea032cf279066d0fac09577067 (patch)
treed624dee7f9e58a9694328753f884cb6099324d7f /fluid/Fluid_Image.cxx
parentfb00fb3d66d01613a1284090608db82424d83b0d (diff)
Update dependencies and fix whitespace errors
- replace tabs with spaces - remove trailing whitespace
Diffstat (limited to 'fluid/Fluid_Image.cxx')
-rw-r--r--fluid/Fluid_Image.cxx2
1 files changed, 1 insertions, 1 deletions
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");