mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
Kill off red blobs in most of main/*
Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -167,7 +167,7 @@ struct ast_msg {
|
||||
|
||||
struct ast_msg_tech_holder {
|
||||
const struct ast_msg_tech *tech;
|
||||
/*!
|
||||
/*!
|
||||
* \brief A rwlock for this object
|
||||
*
|
||||
* a read/write lock must be used to protect the wrapper instead
|
||||
@@ -757,7 +757,7 @@ int ast_msg_queue(struct ast_msg *msg)
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Find or create a message datastore on a channel
|
||||
*
|
||||
*
|
||||
* \pre chan is locked
|
||||
*
|
||||
* \param chan the relevant channel
|
||||
|
||||
Reference in New Issue
Block a user