From e77af1699641c3462dc3729a33ad80a208ee6312 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 2 Jan 2008 03:36:39 +0000 Subject: [PATCH] fix a spacing issue introduced in revision 95443. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95723 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- GitLab