Skip to content
Snippets Groups Projects
Commit b43599da authored by Russell Bryant's avatar Russell Bryant
Browse files

More random formatting changes to test Mantis/SVN integration

(issue #9828)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67736 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e727eef7
No related branches found
No related tags found
No related merge requests found
...@@ -798,9 +798,9 @@ int ast_play_and_prepend(struct ast_channel *chan, char *playfile, char *recordf ...@@ -798,9 +798,9 @@ int ast_play_and_prepend(struct ast_channel *chan, char *playfile, char *recordf
int ast_app_group_split_group(const char *data, char *group, int group_max, char *category, int category_max) int ast_app_group_split_group(const char *data, char *group, int group_max, char *category, int category_max)
{ {
int res=0; int res = 0;
char tmp[256]; char tmp[256];
char *grp=NULL, *cat=NULL; char *grp = NULL, *cat = NULL;
if (!ast_strlen_zero(data)) { if (!ast_strlen_zero(data)) {
ast_copy_string(tmp, data, sizeof(tmp)); ast_copy_string(tmp, data, sizeof(tmp));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment