pespin has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
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,
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41699?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4e2a8608d710386a39e5c39a9f03747ef80553df
Gerrit-Change-Number: 41699
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>