diff libinterp/corefcn/ft-text-renderer.cc @ 33170:82ae00b40c2c

maint: strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 07 Mar 2024 14:16:22 -0500
parents 4536ded2a52b 6f74463268b8
children
line wrap: on
line diff
--- a/libinterp/corefcn/ft-text-renderer.cc	Thu Mar 07 14:01:24 2024 -0500
+++ b/libinterp/corefcn/ft-text-renderer.cc	Thu Mar 07 14:16:22 2024 -0500
@@ -259,7 +259,7 @@
             font_map.assign ("weight", weights);
             font_map.assign ("suitable", suitable);
 
-            // Free up memory within libfontconfig 
+            // Free up memory within libfontconfig.
             if (fs)
               FcFontSetDestroy (fs);
             if (pat)  // Supposed to be freed by FcFontSetDestroy above, but isn't.