aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 03:36:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 03:36:39 +0000
commit230f6b84bdf7e2aed199bad37f13ca383af30fcc (patch)
tree77cb59b67cdc40824617c57dcb6fbc2a5507445e /apps/app_meetme.c
parent21969815a0c032a44762a59886766a6c932885f9 (diff)
fix a spacing issue introduced in revision 95443.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95723 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index f7cbfae8f..ee0de2e0f 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();