SDL: Sync wiki -> header (76e3b)

From 76e3bb55bb585fb60eee045bbcc612344f2cdf7c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 11 Nov 2021 20:48:04 +0000
Subject: [PATCH] Sync wiki -> header

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

diff --git a/include/SDL_hidapi.h b/include/SDL_hidapi.h
index fe7a8e961f..9264cf1d29 100644
--- a/include/SDL_hidapi.h
+++ b/include/SDL_hidapi.h
@@ -155,8 +155,8 @@ extern DECLSPEC int SDLCALL SDL_hid_exit(void);
  * that anything has changed, but you can call SDL_hid_enumerate() to get an
  * updated device list.
  *
- * Calling this function for the first time may cause a thread or other
- * system resource to be allocated to track device change notifications.
+ * Calling this function for the first time may cause a thread or other system
+ * resource to be allocated to track device change notifications.
  *
  * \returns a change counter that is incremented with each potential device
  *          change, or 0 if device change detection isn't available.