Formatting: Always include comma for last enum

Plus some spacing
This commit is contained in:
Roger A. Light
2025-09-16 22:59:21 +01:00
parent 9d95bf24c3
commit 6e7ddef145
13 changed files with 13 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ void plugin_persist__handle_client_delete(struct mosquitto *context)
plugin_persist__handle_will_delete(context);
if (context->is_persisted == false
if(context->is_persisted == false
|| context->session_expiry_interval > 0){
return;
}