docs: add missing newline

gcc/ChangeLog:

	* doc/invoke.texi: Add missing newline.
This commit is contained in:
Martin Liska 2021-06-14 16:04:13 +02:00
parent f389f2a035
commit 9b239c9147

View 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.