projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e9151
)
; * src/image.c (syms_of_image): Fix whitespace.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 26 Mar 2022 12:29:11 +0000
(15:29 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 26 Mar 2022 12:29:11 +0000
(15:29 +0300)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 07f1426ffd7d70327d6364428adccbb0bdacb628..519eafb90476dc46ad1cf46270a77f1333a5430e 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-11556,15
+11556,15
@@
non-numeric, there is no explicit limit on the size of images. */);
#if HAVE_NATIVE_IMAGE_API
DEFSYM (Qnative_image, "native-image");
-#if defined HAVE_NTGUI || defined HAVE_HAIKU
+#
if defined HAVE_NTGUI || defined HAVE_HAIKU
DEFSYM (Qbmp, "bmp");
add_image_type (Qbmp);
-#endif
+#
endif
-#ifdef HAVE_NTGUI
+#
ifdef HAVE_NTGUI
DEFSYM (Qgdiplus, "gdiplus");
DEFSYM (Qshlwapi, "shlwapi");
-#endif
+#
endif
#endif
defsubr (&Sinit_image_library);