Commit 6ecfc4069799ccc1274dc1a6014c7ed02748fd09

SDL Wiki Bot 2022-08-10T15:02:11

Sync SDL wiki -> header

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 2c7a33a..32f65c3 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -2289,9 +2289,9 @@ extern DECLSPEC SDL_bool SDLCALL SDL_SetHint(const char *name,
 /**
  * Reset a hint to the default value.
  *
- * This will reset a hint to the value of the environment variable, or NULL
- * if the environment isn't set. Callbacks will be called normally with
- * this change.
+ * This will reset a hint to the value of the environment variable, or NULL if
+ * the environment isn't set. Callbacks will be called normally with this
+ * change.
  *
  * \param name the hint to set
  * \returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.