Commit 194657a2c6172b41d7cb84cc6eddc7e0a04f70a2

Ryan C. Gordon 2021-10-08T15:57:18

include: Fix indentation on SDL_SoftStretch doxygen comment. Otherwise wikiheaders.pl doesn't think it's valid.

diff --git a/include/SDL_surface.h b/include/SDL_surface.h
index 1986576..cf988a4 100644
--- a/include/SDL_surface.h
+++ b/include/SDL_surface.h
@@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
      SDL_Surface * dst, SDL_Rect * dstrect);
 
 
- /**
-  * Perform a fast, low quality, stretch blit between two surfaces of the
-  * same format.
-  *
-  * Please use SDL_BlitScaled() instead.
-  */
+/**
+ * Perform a fast, low quality, stretch blit between two surfaces of the
+ * same format.
+ *
+ * Please use SDL_BlitScaled() instead.
+ */
 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
                                             const SDL_Rect * srcrect,
                                             SDL_Surface * dst,