]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gcc/extensions-to-the-c-language-family/pointers-to-arrays-with-qualifiers-work-as-expected.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / pointers-to-arrays-with-qualifiers-work-as-expected.rst
index 59764f925cea346e69a47ab925038013cfcd3b35..a34cc5859d86d4e1df8896a67ead55bcfdc7b087 100644 (file)
@@ -24,4 +24,4 @@ array itself.
   double x[3][2];
   double y[2][3];
   ...
-  transpose(3, 2, y, x);
\ No newline at end of file
+  transpose(3, 2, y, x);