diff liboctave/sparse-util.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 4c0cdbe0acca
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/sparse-util.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/sparse-util.h	Thu Feb 11 12:14:48 2010 -0500
@@ -33,7 +33,7 @@
 
 extern OCTAVE_API bool
 sparse_indices_ok (octave_idx_type *r, octave_idx_type *c,
-		   octave_idx_type nrows, octave_idx_type ncols,
-		   octave_idx_type nnz);
+                   octave_idx_type nrows, octave_idx_type ncols,
+                   octave_idx_type nnz);
 
 #endif