]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gcc/extensions-to-the-c-language-family/arrays-of-length-zero.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / arrays-of-length-zero.rst
index 7014206581427b45d4236079dff3df8a04c50e96..9a38f4ce1d0b0d58f08de1075e8f93104b80fdee 100644 (file)
@@ -108,4 +108,4 @@ object.  For example:
   struct foo a = { 1, { 2, 3, 4 } };        // Valid.
   struct bar b = { { 1, { 2, 3, 4 } } };    // Invalid.
   struct bar c = { { 1, { } } };            // Valid.
-  struct foo d[1] = { { 1, { 2, 3, 4 } } };  // Invalid.
\ No newline at end of file
+  struct foo d[1] = { { 1, { 2, 3, 4 } } };  // Invalid.