Mercurial > hg > octave-lyh
comparison scripts/image/imfinfo.m @ 8664:e07e93c04080
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Feb 2009 10:56:23 -0500 |
parents | 2b48deec1aa2 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8663:4238f2600a17 | 8664:e07e93c04080 |
---|---|
88 if (nargin < 1) | 88 if (nargin < 1) |
89 print_usage (); | 89 print_usage (); |
90 endif | 90 endif |
91 | 91 |
92 if (!ischar (filename)) | 92 if (!ischar (filename)) |
93 error ("imfinfo: filename must be a string") | 93 error ("imfinfo: filename must be a string"); |
94 endif | 94 endif |
95 | 95 |
96 filename = tilde_expand (filename); | 96 filename = tilde_expand (filename); |
97 | 97 |
98 delete_file = false; | 98 delete_file = false; |