comparison examples/structdemo.cc @ 12254:23385f2c90b7 release-3-4-x

whitespace fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jan 2011 23:49:42 -0500
parents 2204120e38d2
children be41c30bcb44
comparison
equal deleted inserted replaced
12253:1f14586af94c 12254:23385f2c90b7
37 error ("expecting struct as first argument"); 37 error ("expecting struct as first argument");
38 } 38 }
39 else 39 else
40 print_usage (); 40 print_usage ();
41 41
42 return retval; 42 return retval;
43 } 43 }
44 44