[glib] Fix a misformatting in GVariant docs



commit c158a9cdcbef04a51f64a4cac2db2f5e509b8794
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 9 02:12:53 2014 -0500

    Fix a misformatting in GVariant docs
    
    The + at the beginning of the line was misinterpreted
    as markdown for a list.

 glib/gvariant.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 7995220..daf7db9 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -156,9 +156,10 @@
  * padding bytes.  That makes a total of 6 + 2 + 3 = 11 bytes.
  *
  * We now require extra padding between the two items in the array.
- * After the 14 bytes of the first item, that's 2 bytes required. We
- * now require 2 framing offsets for an extra two bytes.  14 + 2 + 11
- * + 2 = 29 bytes to encode the entire two-item dictionary.
+ * After the 14 bytes of the first item, that's 2 bytes required.
+ * We now require 2 framing offsets for an extra two
+ * bytes. 14 + 2 + 11 + 2 = 29 bytes to encode the entire two-item
+ * dictionary.
  *
  * ## Type Information Cache
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]