From: Russell Bryant Date: Wed, 2 Jan 2008 03:36:39 +0000 (+0000) Subject: fix a spacing issue introduced in revision 95443. X-Git-Tag: 1.6.0-beta1~3^2~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77af1699641c3462dc3729a33ad80a208ee6312;p=thirdparty%2Fasterisk.git fix a spacing issue introduced in revision 95443. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95723 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index f7cbfae8ff..ee0de2e0fa 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -2696,7 +2696,7 @@ static struct ast_conference *find_conf_realtime(struct ast_channel *chan, char char useropts[32] = ""; char adminopts[32] = ""; struct ast_tm tm, etm; - struct timeval starttime = { .tv_sec=0 }, endtime = { .tv_sec=0 }; + struct timeval starttime = { .tv_sec = 0 }, endtime = { .tv_sec = 0 }; if (rt_schedule) { now = ast_tvnow();