mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
fix a spacing issue introduced in revision 95443.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user