; * src/image.c (syms_of_image): Fix whitespace.

This commit is contained in:
Eli Zaretskii 2022-03-26 15:29:11 +03:00
parent b1e9151915
commit e96061de95

View file

@ -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);