From: Eli Zaretskii Date: Tue, 3 Apr 2018 16:59:40 +0000 (+0300) Subject: ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace. X-Git-Tag: emacs-27.0.90~5334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3deaac1bd9569fd57185e9e6256cc8419323ba78;p=emacs.git ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace. --- diff --git a/src/ftfont.c b/src/ftfont.c index fea00ffe41d..51b04a86829 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -768,7 +768,7 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, struct OpenTypeSpec **ots /* We really don't like color fonts, they cause Xft crashes. See Bug#30874. */ if (Vxft_ignore_color_fonts - && ! FcPatternAddBool(pattern, FC_COLOR, FcFalse)) + && ! FcPatternAddBool (pattern, FC_COLOR, FcFalse)) goto err; #endif