mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
general: Very minor coding guideline fixes.
Fixes a few coding guideline violations: * Use of C99 comments * Opening brace on same line as function prototype ASTERISK-30163 #close Change-Id: I07771c4c89facd41ce8d323859f022ddbddf6ca7
This commit is contained in:
committed by
Joshua Colp
parent
9f4db77bbe
commit
85102e4e8f
@@ -1283,7 +1283,8 @@ struct ast_flags *ast_channel_flags(struct ast_channel *chan)
|
||||
return &chan->flags;
|
||||
}
|
||||
|
||||
static int collect_names_cb(void *obj, void *arg, int flags) {
|
||||
static int collect_names_cb(void *obj, void *arg, int flags)
|
||||
{
|
||||
struct ast_control_pvt_cause_code *cause_code = obj;
|
||||
struct ast_str **str = arg;
|
||||
|
||||
|
Reference in New Issue
Block a user