[sr-dev] git:master:49fd4460: db_text: fix indentation

Luis Azedo luis at 2600hz.com
Sat Apr 8 14:17:02 CEST 2017


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

Author: Luis Azedo <luis at 2600hz.com>
Committer: Luis Azedo <luis at 2600hz.com>
Date: 2017-04-08T13:16:48+01:00

db_text: fix indentation

---

Modified: src/modules/db_text/dbt_raw_query.c

---

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

---

diff --git a/src/modules/db_text/dbt_raw_query.c b/src/modules/db_text/dbt_raw_query.c
index 71e7d3f..0601a6c 100644
--- a/src/modules/db_text/dbt_raw_query.c
+++ b/src/modules/db_text/dbt_raw_query.c
@@ -336,7 +336,7 @@ int dbt_raw_query_delete(db1_con_t* _h, str* _s, db1_res_t** _r)
 	dbt_trim(table_ptr);
 
 	table.s = table_ptr;
-    table.len = strlen(table_ptr);
+	table.len = strlen(table_ptr);
 	LM_DBG("using table '%.*s'\n", table.len, table.s);
 
 	if(dbt_use_table(_h, &table) != 0) {




More information about the sr-dev mailing list