Fix comment indentation.
This commit is contained in:
parent
7a149cc32f
commit
e0229fe1d6
@ -79,9 +79,10 @@ struct ctx_list_item
|
|||||||
static struct ctx_list_item *ctx_active_list;
|
static struct ctx_list_item *ctx_active_list;
|
||||||
|
|
||||||
/* The done list contains all contexts that have previously been
|
/* The done list contains all contexts that have previously been
|
||||||
active but now are not active any longer, either because they finished
|
active but now are not active any longer, either because they
|
||||||
successfully or an I/O callback returned an error. The status field
|
finished successfully or an I/O callback returned an error. The
|
||||||
in the list item contains the error value (or 0 if successful). */
|
status field in the list item contains the error value (or 0 if
|
||||||
|
successful). */
|
||||||
static struct ctx_list_item *ctx_done_list;
|
static struct ctx_list_item *ctx_done_list;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user