comparison src/DLD-FUNCTIONS/det.cc @ 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 01f703952eff
children 5fa482628bf6
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
73 print_usage (); 73 print_usage ();
74 return retval; 74 return retval;
75 } 75 }
76 76
77 octave_value arg = args(0); 77 octave_value arg = args(0);
78 78
79 octave_idx_type nr = arg.rows (); 79 octave_idx_type nr = arg.rows ();
80 octave_idx_type nc = arg.columns (); 80 octave_idx_type nc = arg.columns ();
81 81
82 if (nr == 0 && nc == 0) 82 if (nr == 0 && nc == 0)
83 { 83 {