docs: update more documentation
[platform/upstream/gstreamer.git] / gst / gstmessage.c
index a0390b7..7db7570 100644 (file)
@@ -32,7 +32,7 @@
  *
  * Messages are posted by objects in the pipeline and are passed to the
  * application using the #GstBus.
-
+ *
  * The basic use pattern of posting a message on a #GstBus is as follows:
  *
  * <example>