comparison examples/structdemo.cc @ 12174:db1f49eaba6b

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
12173:dd2af7b8dafe 12174:db1f49eaba6b
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