mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 15:18:38 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
/*!
|
||||
* \brief Remove a scheduler entry
|
||||
*
|
||||
* This is a loop construct to ensure that
|
||||
@@ -39,8 +39,8 @@ extern "C" {
|
||||
*
|
||||
* Since macro expansion essentially works like pass-by-name
|
||||
* parameter passing, this macro will still work correctly even
|
||||
* if the id of the task to delete changes. This holds as long as
|
||||
* the name of the id which could change is passed to the macro
|
||||
* if the id of the task to delete changes. This holds as long as
|
||||
* the name of the id which could change is passed to the macro
|
||||
* and not a copy of the value of the id.
|
||||
*/
|
||||
#define AST_SCHED_DEL(sched, id) \
|
||||
@@ -260,8 +260,8 @@ int ast_sched_add_variable(struct ast_sched_context *con, int when, ast_sched_cb
|
||||
*/
|
||||
int ast_sched_replace_variable(int old_id, struct ast_sched_context *con, int when, ast_sched_cb callback, const void *data, int variable) attribute_warn_unused_result;
|
||||
|
||||
/*!
|
||||
* \brief Find a sched structure and return the data field associated with it.
|
||||
/*!
|
||||
* \brief Find a sched structure and return the data field associated with it.
|
||||
*
|
||||
* \param con scheduling context in which to search fro the matching id
|
||||
* \param id ID of the scheduled item to find
|
||||
|
Reference in New Issue
Block a user