Skip to content

Commit

Permalink
db_unixodbc: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 140a047 commit 147467e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/modules/db_unixodbc/dbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static int db_unixodbc_submit_query(const db1_con_t *_h, const str *_s)
return ret;
}

/**
/**
*
*/
void db_unixodbc_async_exec_task(void *param)
Expand All @@ -172,7 +172,7 @@ void db_unixodbc_async_exec_task(void *param)
return;
}
if(db_unixodbc_submit_query(dbc, &p[1]) < 0) {
/* Sphere: we need the whole query for the reconciliation
/* Sphere: we need the whole query for the reconciliation
LM_ERR("failed to execute query [%.*s] on async worker\n",
(p[1].len>100)?100:p[1].len, p[1].s);
*/
Expand Down Expand Up @@ -497,7 +497,7 @@ int db_unixodbc_raw_query(const db1_con_t *_h, const str *_s, db1_res_t **_r)
_h, _s, _r, db_unixodbc_submit_query, db_unixodbc_store_result);
}

/**
/**
* Execute a raw SQL query via core async framework.
* \param _h handle for the database
* \param _s raw query string
Expand Down
8 changes: 4 additions & 4 deletions src/modules/db_unixodbc/row.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id$
/*
* $Id$
*
* UNIXODBC module row related functions
*
Expand All @@ -18,8 +18,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*
Expand Down

0 comments on commit 147467e

Please sign in to comment.