pespin submitted this change.
cosmetic: logging.h: Fix whitespace
Change-Id: I4e2a8608d710386a39e5c39a9f03747ef80553df
---
M include/osmocom/core/logging.h
1 file changed, 2 insertions(+), 2 deletions(-)
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.