pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/41699?usp=email )
Change subject: cosmetic: logging.h: Fix whitespace ......................................................................
cosmetic: logging.h: Fix whitespace
Change-Id: I4e2a8608d710386a39e5c39a9f03747ef80553df --- M include/osmocom/core/logging.h 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/99/41699/1
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 9d4f1fb..44263fb 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -366,8 +366,8 @@ * \param[in] level log level of currnet message * \param[in] string the string that is to be written to the log */ - void (*output) (struct log_target *target, unsigned int level, - const char *string); + void (*output)(struct log_target *target, unsigned int level, + const char *string);
/*! alternative call-back function to which the logging * framework passes the unfortmatted input arguments,