mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Autoformat after merging pull request
This commit is contained in:
@@ -10789,7 +10789,8 @@ struct mg_context *mg_start(const struct mg_callbacks *callbacks,
|
||||
|
||||
int mg_is_ctx_stopped(const struct mg_context *ctx)
|
||||
{
|
||||
if (!ctx) return -1;
|
||||
if (!ctx)
|
||||
return -1;
|
||||
|
||||
return ctx->stop_flag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user