diff libinterp/corefcn/__ftp__.cc @ 28693:2bb050267d74

maint: Remove trailing spaces from code base. * NEWS, __ftp__.cc, graphics.in.h, rng.m, importdata.m, condest.m, fieldnames.m, uninstall.m, polyfit.m, dec2bin.m, dec2hex.m: Remove trailing spaces from code base.
author Rik <rik@octave.org>
date Tue, 08 Sep 2020 08:34:28 -0700
parents 159b6a1eb408
children 28913793f678
line wrap: on
line diff
--- a/libinterp/corefcn/__ftp__.cc	Fri Sep 04 14:31:33 2020 -0400
+++ b/libinterp/corefcn/__ftp__.cc	Tue Sep 08 08:34:28 2020 -0700
@@ -425,7 +425,7 @@
       else
         {
           // FIXME: Does ascii mode need to be flagged here?
-          std::ifstream ifile = 
+          std::ifstream ifile =
             octave::sys::ifstream (file.c_str (),
                                    std::ios::in | std::ios::binary);