diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index c65b09d269..842866a078 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2410,7 +2410,8 @@ extern "C" { * * `app=info,assert=warn,test=verbose,*=error` * - * If the `DEBUG_INVOCATION` environment variable is set to "1", the default log levels are equivalent to: + * If the `DEBUG_INVOCATION` environment variable is set to "1", the default + * log levels are equivalent to: * * `assert=warn,test=verbose,*=debug` *