Change in libosmocore[master]: logging.c: Fix whitespace typo

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jul 26 20:36:03 UTC 2018


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/10168 )

Change subject: logging.c: Fix whitespace typo
......................................................................

logging.c: Fix whitespace typo

Change-Id: I943763e175dca6f3078923a494b052319b78574d
---
M src/logging.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved



diff --git a/src/logging.c b/src/logging.c
index 381d303..edb2b56 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -759,7 +759,7 @@
 	if (!target)
 		return NULL;
 
-	target->categories = talloc_zero_array(target, 
+	target->categories = talloc_zero_array(target,
 						struct log_category,
 						osmo_log_info->num_cat);
 	if (!target->categories) {

-- 
To view, visit https://gerrit.osmocom.org/10168
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I943763e175dca6f3078923a494b052319b78574d
Gerrit-Change-Number: 10168
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180726/51fff60f/attachment.htm>


More information about the gerrit-log mailing list