diff options
| author | Eli Zaretskii | 2018-04-03 19:59:40 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-03 19:59:40 +0300 |
| commit | 3deaac1bd9569fd57185e9e6256cc8419323ba78 (patch) | |
| tree | 9655a94f3d3085c31a10046b1d1fb60c13750217 /src | |
| parent | eb0d10d567af76967d8e738e51a79ef4998470b7 (diff) | |
| download | emacs-3deaac1bd9569fd57185e9e6256cc8419323ba78.tar.gz emacs-3deaac1bd9569fd57185e9e6256cc8419323ba78.zip | |
; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 768 | /* We really don't like color fonts, they cause Xft crashes. See | 768 | /* We really don't like color fonts, they cause Xft crashes. See |
| 769 | Bug#30874. */ | 769 | Bug#30874. */ |
| 770 | if (Vxft_ignore_color_fonts | 770 | if (Vxft_ignore_color_fonts |
| 771 | && ! FcPatternAddBool(pattern, FC_COLOR, FcFalse)) | 771 | && ! FcPatternAddBool (pattern, FC_COLOR, FcFalse)) |
| 772 | goto err; | 772 | goto err; |
| 773 | #endif | 773 | #endif |
| 774 | 774 | ||