summaryrefslogtreecommitdiff
path: root/main/message.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-03-22 19:51:16 +0000
committerKinsey Moore <kmoore@digium.com>2012-03-22 19:51:16 +0000
commitc5b3db1956a3db2446b0310b3a7d59961fe3e089 (patch)
tree530b55034f5adfb0c7106ae1194679a031afc888 /main/message.c
parent1d1c28ac4b09df2b663123e55239e411b8f5ad26 (diff)
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
Diffstat (limited to 'main/message.c')
-rw-r--r--main/message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/message.c b/main/message.c
index 67655f79d..c810c8445 100644
--- a/main/message.c
+++ b/main/message.c
@@ -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