Fix a misformatting in GVariant docs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2014 07:12:53 +0000 (02:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2014 07:12:53 +0000 (02:12 -0500)
The + at the beginning of the line was misinterpreted
as markdown for a list.

glib/gvariant.c

index 7995220..daf7db9 100644 (file)
  * 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
  *