[sr-dev] git:master:ca75ae0e: maxfwd: Updating code formatting

Daniel-Constantin Mierla miconda at gmail.com
Mon Nov 27 08:29:21 CET 2017


Module: kamailio
Branch: master
Commit: ca75ae0e0db9ac6efb42f97245d8f3ba8f8986a0
URL: https://github.com/kamailio/kamailio/commit/ca75ae0e0db9ac6efb42f97245d8f3ba8f8986a0

Author: Samuel <samuel_is_kewl at hotmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-11-27T08:29:08+01:00

maxfwd: Updating code formatting

- Utilize same formatting as all other KEMI exports

---

Modified: src/modules/maxfwd/maxfwd.c

---

Diff:  https://github.com/kamailio/kamailio/commit/ca75ae0e0db9ac6efb42f97245d8f3ba8f8986a0.diff
Patch: https://github.com/kamailio/kamailio/commit/ca75ae0e0db9ac6efb42f97245d8f3ba8f8986a0.patch

---

diff --git a/src/modules/maxfwd/maxfwd.c b/src/modules/maxfwd/maxfwd.c
index c9679c1cad..39344af919 100644
--- a/src/modules/maxfwd/maxfwd.c
+++ b/src/modules/maxfwd/maxfwd.c
@@ -223,10 +223,11 @@ int bind_maxfwd(maxfwd_api_t *api)
  *
  */
 static sr_kemi_t sr_kemi_maxfwd_exports[] = {
-		{str_init("maxfwd"), str_init("process_maxfwd"), SR_KEMIP_INT,
-				process_maxfwd_header,
-				{SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
-						SR_KEMIP_NONE, SR_KEMIP_NONE}},
+		{ str_init("maxfwd"), str_init("process_maxfwd"),
+		    SR_KEMIP_INT, process_maxfwd_header,
+			{ SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
+			    SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
+        },
 
 		{{0, 0}, {0, 0}, 0, NULL, {0, 0, 0, 0, 0, 0}}};
 




More information about the sr-dev mailing list