emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6620d03: ; * src/image.c (webp_load): Minor stylistic fix-up to p


From: Lars Ingebrigtsen
Subject: master 6620d03: ; * src/image.c (webp_load): Minor stylistic fix-up to previous change
Date: Sun, 5 Dec 2021 17:31:44 -0500 (EST)

branch: master
commit 6620d03e3346a2358dc5e3f20fad1f59c74bc2f8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    ; * src/image.c (webp_load): Minor stylistic fix-up to previous change
    
    * src/image.c (webp_load): Minor stylistic fix-up to previous change.
---
 src/image.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/image.c b/src/image.c
index 709abc2..278446e 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9007,7 +9007,7 @@ webp_load (struct frame *f, struct image *img)
   /* Validate the WebP image header.  */
   if (!WebPGetInfo (contents, size, NULL, NULL))
     {
-      if (! NILP (file))
+      if (!NILP (file))
        image_error ("Not a WebP file: `%s'", file);
       else
        image_error ("Invalid header in WebP image data");
@@ -9030,7 +9030,7 @@ webp_load (struct frame *f, struct image *img)
     case VP8_STATUS_USER_ABORT:
     default:
       /* Error out in all other cases.  */
-      if (! NILP (file))
+      if (!NILP (file))
        image_error ("Error when interpreting WebP image data: `%s'", file);
       else
        image_error ("Error when interpreting WebP image data");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]