diff libinterp/corefcn/strfns.cc @ 25436:996d78102a71

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Jun 2018 12:41:03 -0400
parents 922a93fc73ec
children 5401dfadd2f6
line wrap: on
line diff
--- a/libinterp/corefcn/strfns.cc	Fri May 25 16:30:01 2018 -0400
+++ b/libinterp/corefcn/strfns.cc	Wed Jun 06 12:41:03 2018 -0400
@@ -875,7 +875,7 @@
       idx (i+j) = u8_char_num;
     i += mblen;
   }
-  
+
   return ovl(str.ndims () > 1 ? idx.permute (p, true) : idx);
 }