Skip to content

Commit 01aacde

Browse files
committed
font.c formatting.
1 parent 75b90d8 commit 01aacde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src_c/font.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -944,9 +944,10 @@ font_setter_outline(PyObject *self, PyObject *value, void *closure)
944944
TTF_SetFontOutline(font, (int)val);
945945
return 0;
946946
#else
947-
PyErr_SetString(pgExc_SDLError,
948-
"pygame.font not compiled with a new enough SDL_ttf version. Needs "
949-
"SDL_ttf 2.0.12 or above.");
947+
PyErr_SetString(
948+
pgExc_SDLError,
949+
"pygame.font not compiled with a new enough SDL_ttf version. Needs "
950+
"SDL_ttf 2.0.12 or above.");
950951
return -1;
951952
#endif
952953
}

0 commit comments

Comments
 (0)