From: Lars Magne Ingebrigtsen Date: Tue, 13 Aug 2013 18:24:37 +0000 (+0200) Subject: White-space cleanup. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfa1f436cb9a6d78e77c9818c87572087e84b5fb;p=emacs.git White-space cleanup. --- diff --git a/src/image.c b/src/image.c index 3d2b325ded9..4974903fed7 100644 --- a/src/image.c +++ b/src/image.c @@ -7866,7 +7866,7 @@ imagemagick_filename_hint (Lisp_Object spec) val = Fcdr (val); if (! CONSP (val)) return NULL; - + val = Fcar (val); if (! STRINGP (val)) return NULL;