From: Russell Bryant Date: Wed, 6 Jun 2007 17:10:52 +0000 (+0000) Subject: More random formatting changes to test Mantis/SVN integration X-Git-Tag: 1.6.0-beta1~3^2~2471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43599da32e9a102e4bfe64c8b8c9a1aaa7e3ec7;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/app.c b/main/app.c index 41710e6539..59a42b526b 100644 --- a/main/app.c +++ b/main/app.c @@ -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));