<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16379">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Sean Bright: Looks good to me, approved
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">dialplan: Add one static and fix two whitespace errors.<br><br>Change-Id: Ia14d515ab63e773097adc6af772ca7123a392f83<br>---<br>M res/res_calendar.c<br>M res/res_fax.c<br>2 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_calendar.c b/res/res_calendar.c</span><br><span>index f629e3d..95f3e20 100644</span><br><span>--- a/res/res_calendar.c</span><br><span>+++ b/res/res_calendar.c</span><br><span>@@ -1112,8 +1112,8 @@</span><br><span> }</span><br><span> </span><br><span> static struct ast_custom_function calendar_busy_function = {</span><br><span style="color: hsl(0, 100%, 40%);">-    .name = "CALENDAR_BUSY",</span><br><span style="color: hsl(0, 100%, 40%);">-    .read = calendar_busy_exec,</span><br><span style="color: hsl(120, 100%, 40%);">+     .name = "CALENDAR_BUSY",</span><br><span style="color: hsl(120, 100%, 40%);">+    .read = calendar_busy_exec,</span><br><span> };</span><br><span> </span><br><span> static int add_event_to_list(struct eventlist *events, struct ast_calendar_event *event, time_t start, time_t end)</span><br><span>@@ -1297,8 +1297,8 @@</span><br><span> }</span><br><span> </span><br><span> static struct ast_custom_function calendar_query_function = {</span><br><span style="color: hsl(0, 100%, 40%);">-    .name = "CALENDAR_QUERY",</span><br><span style="color: hsl(0, 100%, 40%);">-    .read = calendar_query_exec,</span><br><span style="color: hsl(120, 100%, 40%);">+  .name = "CALENDAR_QUERY",</span><br><span style="color: hsl(120, 100%, 40%);">+   .read = calendar_query_exec,</span><br><span> };</span><br><span> </span><br><span> static void calendar_join_attendees(struct ast_calendar_event *event, char *buf, size_t len)</span><br><span>diff --git a/res/res_fax.c b/res/res_fax.c</span><br><span>index 9619afa..be7f509 100644</span><br><span>--- a/res/res_fax.c</span><br><span>+++ b/res/res_fax.c</span><br><span>@@ -4739,7 +4739,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! \brief FAXOPT dialplan function */</span><br><span style="color: hsl(0, 100%, 40%);">-struct ast_custom_function acf_faxopt = {</span><br><span style="color: hsl(120, 100%, 40%);">+static struct ast_custom_function acf_faxopt = {</span><br><span>        .name = "FAXOPT",</span><br><span>  .read = acf_faxopt_read,</span><br><span>     .write = acf_faxopt_write,</span><br><span></span><br></pre><div style="white-space:pre-wrap"></div><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16379">change 16379</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16379"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: Ia14d515ab63e773097adc6af772ca7123a392f83 </div>
<div style="display:none"> Gerrit-Change-Number: 16379 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>