aboutsummaryrefslogtreecommitdiff
path: root/libquadmath
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-10 13:56:04 +0100
committerMartin Liska <mliska@suse.cz>2022-11-10 13:56:49 +0100
commitbd044dae51caea3c641f86ec5cb0ebccf7e06de7 (patch)
tree3cd16b756894dfb0a433d5691e74be39ede621ec /libquadmath
parent9e11ceef165bc074c2fc85b8ddece606b24e710b (diff)
sphinx: add missing newline for conf.py files.
gcc/d/ChangeLog: * doc/conf.py: Add newline at last line. gcc/ChangeLog: * doc/cpp/conf.py: Add newline at last line. * doc/cppinternals/conf.py: Add newline at last line. * doc/gcc/conf.py: Add newline at last line. * doc/gccint/conf.py: Add newline at last line. * doc/install/conf.py: Add newline at last line. gcc/fortran/ChangeLog: * doc/gfc-internals/conf.py: Add newline at last line. * doc/gfortran/conf.py: Add newline at last line. gcc/go/ChangeLog: * doc/conf.py: Add newline at last line. libgomp/ChangeLog: * doc/conf.py: Add newline at last line. libiberty/ChangeLog: * doc/conf.py: Add newline at last line. libitm/ChangeLog: * doc/conf.py: Add newline at last line. libquadmath/ChangeLog: * doc/conf.py: Add newline at last line.
Diffstat (limited to 'libquadmath')
-rw-r--r--libquadmath/doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/doc/conf.py b/libquadmath/doc/conf.py
index c3a84b666ca..511502a1125 100644
--- a/libquadmath/doc/conf.py
+++ b/libquadmath/doc/conf.py
@@ -21,4 +21,4 @@ texinfo_documents = [
('index', name, project, authors, None, None, None, True)
]
-set_common(name, globals()) \ No newline at end of file
+set_common(name, globals())