]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: add missing newline
authorMartin Liska <mliska@suse.cz>
Mon, 14 Jun 2021 14:04:13 +0000 (16:04 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Jun 2021 14:04:13 +0000 (16:04 +0200)
gcc/ChangeLog:

* doc/invoke.texi: Add missing newline.

gcc/doc/invoke.texi

index a62c2d225216ea1221892e91b5e6f3ddb68cae87..0a364506954e599a5232ef721029ebe974e21946 100644 (file)
@@ -5800,7 +5800,8 @@ Completely disabling the warning is not recommended.
 Warn in case a function ends earlier than it begins due
 to an invalid linenum macros.  The warning is emitted only
 with @option{--coverage} enabled.
- By default, this warning is enabled and is treated as an
+
+By default, this warning is enabled and is treated as an
 error.  @option{-Wno-coverage-invalid-line-number} can be used to disable the
 warning or @option{-Wno-error=coverage-invalid-line-number} can be used to
 disable the error.