Commit cfbae8b967b75668e679cf95715acdf6eb331567

SDL Wiki Bot 2021-11-11T23:12:04

Sync wiki -> header

diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h
index 0b6c141..740dc65 100644
--- a/include/SDL_gamecontroller.h
+++ b/include/SDL_gamecontroller.h
@@ -901,8 +901,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
  * Query whether a game controller has rumble support.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have rumble
+ *          support
  *
  * \since This function is available since SDL 2.0.18.
  *
@@ -914,8 +914,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasRumble(SDL_GameController 
  * Query whether a game controller has rumble support on triggers.
  *
  * \param gamecontroller The controller to query
- * \returns SDL_TRUE, or SDL_FALSE if this controller does not have
- *          trigger rumble support
+ * \returns SDL_TRUE, or SDL_FALSE if this controller does not have trigger
+ *          rumble support
  *
  * \since This function is available since SDL 2.0.18.
  *