Commit a35cff634bd0f918537acaed6a22d6776d92c069

Ryan C. Gordon 2022-08-08T16:07:31

Sync wiki -> headers. (bridge got stuck, I'm just kicking it to get it working again, idk.)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/SDL_video.h b/include/SDL_video.h
index cf733e4..53dc51d 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -601,8 +601,8 @@ extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayI
  * Get the index of the display containing a point
  *
  * \param point the point to query
- * \returns the index of the display containing the point or a negative 
- *          error code on failure; call SDL_GetError() for more information.
+ * \returns the index of the display containing the point or a negative error
+ *          code on failure; call SDL_GetError() for more information.
  *
  * \sa SDL_GetDisplayBounds
  * \sa SDL_GetNumVideoDisplays