pespin has uploaded this change for review.

View Change

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,

To view, visit change 41699. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4e2a8608d710386a39e5c39a9f03747ef80553df
Gerrit-Change-Number: 41699
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>