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
Friendly Automation
parent
8a8416e365
commit
e2e049e473
@@ -1370,7 +1370,6 @@ static force_inline char *ast_str_to_upper(char *str)
|
||||
* \return AO2 container for strings
|
||||
* \retval NULL if allocation failed
|
||||
*/
|
||||
//struct ao2_container *ast_str_container_alloc_options(enum ao2_container_opts opts, int buckets);
|
||||
struct ao2_container *ast_str_container_alloc_options(enum ao2_alloc_opts opts, int buckets);
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user