Add missing end-of-file line terminators.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-07-24 16:01:20 +00:00
parent 7846c2c91d
commit 70fbe9dc14
4 changed files with 4 additions and 4 deletions

View File

@@ -573,4 +573,4 @@ struct ast_bridge_channel *ast_bridge_channel_peer(struct ast_bridge_channel *br
}
#endif
#endif /* _ASTERISK_BRIDGING_CHANNEL_H */
#endif /* _ASTERISK_BRIDGING_CHANNEL_H */

View File

@@ -153,4 +153,4 @@ void ast_bridge_change_state_nolock(struct ast_bridge_channel *bridge_channel, e
*/
void ast_bridge_change_state(struct ast_bridge_channel *bridge_channel, enum ast_bridge_channel_state new_state);
#endif /* _ASTERISK_PRIVATE_BRIDGING_H */
#endif /* _ASTERISK_PRIVATE_BRIDGING_H */

View File

@@ -1835,4 +1835,4 @@ void ast_bridge_channel_leave_bridge(struct ast_bridge_channel *bridge_channel)
void ast_bridge_channel_leave_bridge_nolock(struct ast_bridge_channel *bridge_channel)
{
ast_bridge_change_state_nolock(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END);
}
}

View File

@@ -10426,4 +10426,4 @@ void ast_channel_end_dtmf(struct ast_channel *chan, char digit, struct timeval s
ast_senddigit_end(chan, digit, duration);
ast_log(LOG_DTMF, "DTMF end '%c' simulated on %s due to %s, duration %ld ms\n",
digit, ast_channel_name(chan), why, duration);
}
}