]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gcc/extensions-to-the-c-language-family/an-inline-function-is-as-fast-as-a-macro.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / an-inline-function-is-as-fast-as-a-macro.rst
index ad82c416788699accd6766fbdfce6ee6b9019bb8..b415bf1884b8d7e337fec84fafbfb700a8bbe01a 100644 (file)
@@ -123,4 +123,4 @@ a header file with these keywords, and put another copy of the
 definition (lacking ``inline`` and ``extern``) in a library file.
 The definition in the header file causes most calls to the function
 to be inlined.  If any uses of the function remain, they refer to
-the single copy in the library.
\ No newline at end of file
+the single copy in the library.