comparison liboctave/oct-binmap.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 61be447052c3
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
34 // Array-scalar 34 // Array-scalar
35 // scalar-Array 35 // scalar-Array
36 // Sparse-Sparse 36 // Sparse-Sparse
37 // Sparse-scalar 37 // Sparse-scalar
38 // scalar-Sparse 38 // scalar-Sparse
39 // 39 //
40 // If both operands are nonscalar, name must be supplied. It is used as the base for error message 40 // If both operands are nonscalar, name must be supplied. It is used as the base for error message
41 // when operands are nonconforming. 41 // when operands are nonconforming.
42 // 42 //
43 // The operation needs not be homogeneous, i.e. a, b and the result may be of distinct types. 43 // The operation needs not be homogeneous, i.e. a, b and the result may be of distinct types.
44 // f can have any of the four signatures: 44 // f can have any of the four signatures: