From d949673bc94d01705c3bacb0cf99181dbf1e4e69 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 12 Jul 2024 18:25:57 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h index 0cff91824..e68316162 100644 --- a/include/SDL3/SDL_properties.h +++ b/include/SDL3/SDL_properties.h @@ -187,8 +187,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnlockProperties(SDL_PropertiesID props); typedef void (SDLCALL *SDL_CleanupPropertyCallback)(void *userdata, void *value); /** - * Set a pointer property in a group of properties with a cleanup function that is - * called when the property is deleted. + * Set a pointer property in a group of properties with a cleanup function + * that is called when the property is deleted. * * The cleanup function is also called if setting the property fails for any * reason.