Mercurial > hg > octave-lyh
diff liboctave/dim-vector.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 43cc49c7abd1 |
line wrap: on
line diff
--- a/liboctave/dim-vector.h +++ b/liboctave/dim-vector.h @@ -208,7 +208,7 @@ void chop_all_singletons (void); private: - + static octave_idx_type *nil_rep (void) { static dim_vector zv (0, 0); @@ -367,7 +367,7 @@ // This corresponds to cat(). bool concat (const dim_vector& dvb, int dim); - // This corresponds to [,] (horzcat, dim = 0) and [;] (vertcat, dim = 1). + // This corresponds to [,] (horzcat, dim = 0) and [;] (vertcat, dim = 1). // The rules are more relaxed here. bool hvcat (const dim_vector& dvb, int dim); @@ -408,7 +408,7 @@ return i; } - return def; + return def; } // Compute a linear index from an index tuple.