SDL: Sync SDL wiki -> header (5d09b)

From 5d09b63155b75f425ab3a5209a23f2cf1947236d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 11 Jul 2022 17:35:11 +0000
Subject: [PATCH] Sync SDL wiki -> header

---
 include/SDL_audio.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_audio.h b/include/SDL_audio.h
index d759dfad28f..11d1a351967 100644
--- a/include/SDL_audio.h
+++ b/include/SDL_audio.h
@@ -533,12 +533,12 @@ extern DECLSPEC int SDLCALL SDL_GetAudioDeviceSpec(int index,
  * should call this function sparingly!
  *
  * `spec` will be filled with the sample rate, sample format, and channel
- * count, if a default device exists on the system. If `name` is provided, will
- * be filled with either a dynamically-allocated UTF-8 string or NULL.
+ * count, if a default device exists on the system. If `name` is provided,
+ * will be filled with either a dynamically-allocated UTF-8 string or NULL.
  *
  * \param name A pointer to be filled with the name of the default device (can
-               be NULL). Please call SDL_free() when you are done with this
-               pointer!
+ *             be NULL). Please call SDL_free() when you are done with this
+ *             pointer!
  * \param spec The SDL_AudioSpec to be initialized by this function.
  * \param iscapture non-zero to query the default recording device, zero to
  *                  query the default output device.