public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/rust/master] fmt: Fix formatting in rust-diagnostics
Date: Wed, 31 Aug 2022 10:41:05 +0000 (GMT)	[thread overview]
Message-ID: <20220831104105.80D7E3858C2D@sourceware.org> (raw)

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

commit a8403dd7fad9acc0dbe02418f7d77273b735c24f
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Mon Aug 29 10:46:28 2022 +0200

    fmt: Fix formatting in rust-diagnostics

Diff:
---
 gcc/rust/rust-gcc-diagnostics.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/rust/rust-gcc-diagnostics.cc b/gcc/rust/rust-gcc-diagnostics.cc
index 70b3cf267a1..98e2af7308d 100644
--- a/gcc/rust/rust-gcc-diagnostics.cc
+++ b/gcc/rust/rust-gcc-diagnostics.cc
@@ -83,8 +83,7 @@ public:
 
   char *make_url () const final override
   {
-    return concat ("https://doc.rust-lang.org/error-index.html#",
-		   m_code.m_str,
+    return concat ("https://doc.rust-lang.org/error-index.html#", m_code.m_str,
 		   NULL);
   }

                 reply	other threads:[~2022-08-31 10:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220831104105.80D7E3858C2D@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@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).