mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 18:50:06 +08:00
Formatting: Always include comma for last enum
Plus some spacing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user