From 9d3cfeff3ef0a1b1200bac460d4e342316f0f2bf Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 27 Apr 2022 17:42:26 +0200 Subject: [PATCH] cosmetic: logging.h: fix indentation Change-Id: Ia7f43e061275da1a8233f90df173d1ae18691964 --- include/osmocom/core/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 21b98f64a..007842579 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -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;