From: Rodrigo Ramírez Norambuena Date: Mon, 7 Mar 2016 08:02:45 +0000 (-0300) Subject: res_odbc_transaction: fix some format tab X-Git-Tag: 14.0.0-beta1~357^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f690c105f33c3dea0766e8bfe012af2879c6c665;p=thirdparty%2Fasterisk.git res_odbc_transaction: fix some format tab Change-Id: I265e4ac47c629c9a63dd86b59df82a7ab3c64384 --- diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c index 33800c3ce3..de78600f35 100644 --- a/res/res_odbc_transaction.c +++ b/res/res_odbc_transaction.c @@ -222,7 +222,7 @@ static struct odbc_txn_frame *find_transaction(struct ast_channel *chan, const c /* No datastore? Definitely no transaction then */ return NULL; } - + oldlist = txn_store->data; AST_LIST_LOCK(oldlist); @@ -522,8 +522,8 @@ static int load_module(void) } AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "ODBC transaction resource", - .support_level = AST_MODULE_SUPPORT_CORE, - .load = load_module, - .unload = unload_module, - .load_pri = AST_MODPRI_REALTIME_DEPEND, - ); + .support_level = AST_MODULE_SUPPORT_CORE, + .load = load_module, + .unload = unload_module, + .load_pri = AST_MODPRI_REALTIME_DEPEND, +);