%
% The format of the MagickGetImageFormat method is:
%
-% const char *MagickGetImageFormat(MagickWand *wand)
+% char *MagickGetImageFormat(MagickWand *wand)
%
% A description of each parameter follows:
%
{
assert(wand != (MagickWand *) NULL);
assert(wand->signature == WandSignature);
- if( IfMagickTrue(wand->debug) )
+ if (IfMagickTrue(wand->debug))
(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
-
if (wand->images == (Image *) NULL)
{
(void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,