cosmetic: logging.h: fix indentation

Change-Id: Ia7f43e061275da1a8233f90df173d1ae18691964
This commit is contained in:
Pau Espin 2022-04-27 17:42:26 +02:00 committed by pespin
parent f6fd0bb7f2
commit 9d3cfeff3e
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ enum log_filename_pos {
/*! structure representing a logging target */
struct log_target {
struct llist_head entry; /*!< linked list */
struct llist_head entry; /*!< linked list */
/*! Internal data for filtering */
int filter_map;