SDL_ttf: break a line in public header.

From f2566fd82c59e791551599d0e5c6d5407903de3d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 6 Jan 2022 10:40:50 +0300
Subject: [PATCH] break a line in public header.

---
 SDL_ttf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SDL_ttf.h b/SDL_ttf.h
index ec5c9de..dd346ff 100644
--- a/SDL_ttf.h
+++ b/SDL_ttf.h
@@ -89,7 +89,8 @@ extern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);
  */
 extern DECLSPEC void SDLCALL TTF_GetFreeTypeVersion(int *major, int *minor, int *patch);
 
-/* This function stores the version of the HarfBuzz library in use, or 0 if HarfBuzz is not available.
+/* This function stores the version of the HarfBuzz library in use,
+   or 0 if HarfBuzz is not available.
  */
 extern DECLSPEC void SDLCALL TTF_GetHarfBuzzVersion(int *major, int *minor, int *patch);