Change in libosmocore[master]: fsm: cosmetic: fix weird spacing in osmo_fsm_inst_alloc()

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Jun 2 23:37:49 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/24525 )


Change subject: fsm: cosmetic: fix weird spacing in osmo_fsm_inst_alloc()
......................................................................

fsm: cosmetic: fix weird spacing in osmo_fsm_inst_alloc()

Change-Id: I199085e717c6ebdc9061a0c9fa9a96bfbc11a74a
---
M src/fsm.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/25/24525/1

diff --git a/src/fsm.c b/src/fsm.c
index f1dbb41..8f7ff1a 100644
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -450,8 +450,8 @@
 	osmo_timer_setup(&fi->timer, fsm_tmr_cb, fi);
 
 	if (osmo_fsm_inst_update_id(fi, id) < 0) {
-			fsm_free_or_steal(fi);
-			return NULL;
+		fsm_free_or_steal(fi);
+		return NULL;
 	}
 
 	INIT_LLIST_HEAD(&fi->proc.children);

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I199085e717c6ebdc9061a0c9fa9a96bfbc11a74a
Gerrit-Change-Number: 24525
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210602/fd7cf8cc/attachment.htm>


More information about the gerrit-log mailing list