mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +00:00
Fix some doxygen and curly placement.
Change-Id: I9a784a7c804120a8fa826c2a4cb9957e4b0b2fc8
This commit is contained in:
@@ -300,7 +300,8 @@ int ast_custom_function_unregister(struct ast_custom_function *acf)
|
||||
* \return True (non-zero) if reads escalate privileges.
|
||||
* \return False (zero) if reads just read.
|
||||
*/
|
||||
static int read_escalates(const struct ast_custom_function *acf) {
|
||||
static int read_escalates(const struct ast_custom_function *acf)
|
||||
{
|
||||
return acf->read_escalates;
|
||||
}
|
||||
|
||||
@@ -311,7 +312,8 @@ static int read_escalates(const struct ast_custom_function *acf) {
|
||||
* \return True (non-zero) if writes escalate privileges.
|
||||
* \return False (zero) if writes just write.
|
||||
*/
|
||||
static int write_escalates(const struct ast_custom_function *acf) {
|
||||
static int write_escalates(const struct ast_custom_function *acf)
|
||||
{
|
||||
return acf->write_escalates;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user