diff libinterp/corefcn/file-io.cc @ 21992:03c692adf563

maint: strip trailing whitespace from files.
author John W. Eaton <jwe@octave.org>
date Wed, 29 Jun 2016 09:21:50 -0400
parents 80659e58609f
children 278fc29b69ca
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Wed Jun 29 11:51:42 2016 -0400
+++ b/libinterp/corefcn/file-io.cc	Wed Jun 29 09:21:50 2016 -0400
@@ -1402,7 +1402,7 @@
 Specify parts of the input which are considered comments and will be
 skipped.  @var{value} is the comment style and can be either (1) A string
 or 1x1 cell string, to skip everything to the right of it; (2) A cell array
-of two strings, to skip everything between the first and second strings.  
+of two strings, to skip everything between the first and second strings.
 Comments are only parsed where whitespace is accepted and do not act as
 delimiters.