public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3876] sphinx: add missing newline for conf.py files.
@ 2022-11-10 12:58 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-10 12:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bd044dae51caea3c641f86ec5cb0ebccf7e06de7

commit r13-3876-gbd044dae51caea3c641f86ec5cb0ebccf7e06de7
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Nov 10 13:56:04 2022 +0100

    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.

Diff:
---
 gcc/d/doc/conf.py                     | 2 +-
 gcc/doc/cpp/conf.py                   | 2 +-
 gcc/doc/cppinternals/conf.py          | 2 +-
 gcc/doc/gcc/conf.py                   | 2 +-
 gcc/doc/gccint/conf.py                | 2 +-
 gcc/doc/install/conf.py               | 2 +-
 gcc/fortran/doc/gfc-internals/conf.py | 2 +-
 gcc/fortran/doc/gfortran/conf.py      | 2 +-
 gcc/go/doc/conf.py                    | 2 +-
 libgomp/doc/conf.py                   | 2 +-
 libiberty/doc/conf.py                 | 2 +-
 libitm/doc/conf.py                    | 2 +-
 libquadmath/doc/conf.py               | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/gcc/d/doc/conf.py b/gcc/d/doc/conf.py
index c33f28a2f7f..180b8351bdd 100644
--- a/gcc/d/doc/conf.py
+++ b/gcc/d/doc/conf.py
@@ -27,4 +27,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())
diff --git a/gcc/doc/cpp/conf.py b/gcc/doc/cpp/conf.py
index 29d3aed4558..2abfb353a6a 100644
--- a/gcc/doc/cpp/conf.py
+++ b/gcc/doc/cpp/conf.py
@@ -27,4 +27,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())
diff --git a/gcc/doc/cppinternals/conf.py b/gcc/doc/cppinternals/conf.py
index d9ec1a69125..bee71cd10ab 100644
--- a/gcc/doc/cppinternals/conf.py
+++ b/gcc/doc/cppinternals/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())
diff --git a/gcc/doc/gcc/conf.py b/gcc/doc/gcc/conf.py
index 7987f4d885b..6905e5521a5 100644
--- a/gcc/doc/gcc/conf.py
+++ b/gcc/doc/gcc/conf.py
@@ -34,4 +34,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())
diff --git a/gcc/doc/gccint/conf.py b/gcc/doc/gccint/conf.py
index 466261dbeb1..bd4bc748841 100644
--- a/gcc/doc/gccint/conf.py
+++ b/gcc/doc/gccint/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())
diff --git a/gcc/doc/install/conf.py b/gcc/doc/install/conf.py
index ebc1b40482b..e69dfa15b84 100644
--- a/gcc/doc/install/conf.py
+++ b/gcc/doc/install/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())
diff --git a/gcc/fortran/doc/gfc-internals/conf.py b/gcc/fortran/doc/gfc-internals/conf.py
index 176e6310b89..f69edb7c290 100644
--- a/gcc/fortran/doc/gfc-internals/conf.py
+++ b/gcc/fortran/doc/gfc-internals/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())
diff --git a/gcc/fortran/doc/gfortran/conf.py b/gcc/fortran/doc/gfortran/conf.py
index 8be1e53d872..f1b042a6177 100644
--- a/gcc/fortran/doc/gfortran/conf.py
+++ b/gcc/fortran/doc/gfortran/conf.py
@@ -27,4 +27,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())
diff --git a/gcc/go/doc/conf.py b/gcc/go/doc/conf.py
index 9157fba79ee..7c6ffb4eacb 100644
--- a/gcc/go/doc/conf.py
+++ b/gcc/go/doc/conf.py
@@ -27,4 +27,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())
diff --git a/libgomp/doc/conf.py b/libgomp/doc/conf.py
index 27e3131fae8..f89b6f31def 100644
--- a/libgomp/doc/conf.py
+++ b/libgomp/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())
diff --git a/libiberty/doc/conf.py b/libiberty/doc/conf.py
index b255fd906b8..b7a44e9d096 100644
--- a/libiberty/doc/conf.py
+++ b/libiberty/doc/conf.py
@@ -22,4 +22,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())
diff --git a/libitm/doc/conf.py b/libitm/doc/conf.py
index c288e34fdba..a85030c3f45 100644
--- a/libitm/doc/conf.py
+++ b/libitm/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())
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())

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-10 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 12:58 [gcc r13-3876] sphinx: add missing newline for conf.py files Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).