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
This commit is contained in:
Russell Bryant
2007-06-06 17:10:52 +00:00
parent e727eef77f
commit b43599da32

View File

@@ -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 res=0;
int res = 0;
char tmp[256];
char *grp=NULL, *cat=NULL;
char *grp = NULL, *cat = NULL;
if (!ast_strlen_zero(data)) {
ast_copy_string(tmp, data, sizeof(tmp));