SDL: Sync SDL3 wiki -> header (326ab)

From 326ab439d7c31c9183267bca87b5fafc10295c9e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 8 Oct 2024 15:09:24 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_main.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_main.h b/include/SDL3/SDL_main.h
index 459fd8fa9e952..90a5605e83174 100644
--- a/include/SDL3/SDL_main.h
+++ b/include/SDL3/SDL_main.h
@@ -27,11 +27,11 @@
  * In order to make this consistent on all platforms, the application's main()
  * should look like this:
  *
- *  ```c
+ * ```c
  *  int main(int argc, char *argv[])
  *  {
  *  }
- *  ```
+ * ```
  *
  * SDL will take care of platform specific details on how it gets called.
  *