mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -447,7 +447,7 @@ static struct ast_config *realtime_multi_mysql(const char *database, const char
|
||||
release_database(dbh);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
if (!(cfg = ast_config_new())) {
|
||||
/* If I can't alloc memory at this point, why bother doing anything else? */
|
||||
ast_log(LOG_WARNING, "Out of memory!\n");
|
||||
@@ -749,7 +749,7 @@ static int update2_mysql(const char *database, const char *tablename, const stru
|
||||
|
||||
return (int)numrows;
|
||||
}
|
||||
|
||||
|
||||
static int store_mysql(const char *database, const char *table, const struct ast_variable *rt_fields)
|
||||
{
|
||||
struct mysql_conn *dbh;
|
||||
@@ -873,7 +873,7 @@ static int destroy_mysql(const char *database, const char *table, const char *ke
|
||||
|
||||
return (int)numrows;
|
||||
}
|
||||
|
||||
|
||||
static struct ast_config *config_mysql(const char *database, const char *table, const char *file, struct ast_config *cfg, struct ast_flags config_flags, const char *unused, const char *who_asked)
|
||||
{
|
||||
struct mysql_conn *dbh;
|
||||
@@ -1561,4 +1561,3 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "MySQL RealTime Config
|
||||
.reload = reload,
|
||||
.load_pri = AST_MODPRI_REALTIME_DRIVER,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user