public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH (pushed)] sphinx: add missing newline for conf.py files.
Date: Thu, 10 Nov 2022 13:58:50 +0100	[thread overview]
Message-ID: <247a3321-b726-f17c-fd88-9e2e020bac18@suse.cz> (raw)

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.
---
  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())
-- 
2.38.1


             reply	other threads:[~2022-11-10 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 12:58 Martin Liška [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-10 12:57 Martin Liška

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=247a3321-b726-f17c-fd88-9e2e020bac18@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).