whitespace/doc fixes

Original commit message from CVS:
whitespace/doc fixes
This commit is contained in:
Thomas Vander Stichele 2006-07-02 21:52:57 +00:00
parent e2b7197640
commit 6b33231aa7
3 changed files with 19 additions and 19 deletions

2
common

@ -1 +1 @@
Subproject commit 9eb7943282c38c815cfbac34cff4062a94e72e62
Subproject commit f411695f3e009b4d348a8fa2dd32c0171f1ff683

View file

@ -216,8 +216,8 @@ gst_message_ref (GstMessage * msg)
* gst_message_unref:
* @msg: the message to unref
*
* Convenience macro to decrease the reference count of the message, possibly freeing
* the it.
* Convenience macro to decrease the reference count of the message, possibly
* freeing it.
*/
#define gst_message_unref(msg) gst_mini_object_unref (GST_MINI_OBJECT (msg))
/* copy message */