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] clang-format
Date: Wed, 16 Nov 2022 11:49:46 +0000 (GMT)	[thread overview]
Message-ID: <20221116114946.C8E3A3959CAA@sourceware.org> (raw)

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

commit f726b12ca106307d739f1bb483a532a911985441
Author: Raiki Tamura <tamaron1203@gmail.com>
Date:   Wed Nov 9 19:58:31 2022 +0900

    clang-format

Diff:
---
 gcc/rust/util/rust-lang-item.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/rust/util/rust-lang-item.h b/gcc/rust/util/rust-lang-item.h
index a9751218930..1aa5794df4e 100644
--- a/gcc/rust/util/rust-lang-item.h
+++ b/gcc/rust/util/rust-lang-item.h
@@ -227,7 +227,7 @@ public:
       }
     else if (item.compare ("phantom_data") == 0)
       {
-  return ItemType::PHANTOM_DATA;
+	return ItemType::PHANTOM_DATA;
       }
     else if (item.compare ("fn_once") == 0)
       {
@@ -316,7 +316,7 @@ public:
       case CONST_SLICE_PTR:
 	return "const_slice_ptr";
       case PHANTOM_DATA:
-  return "phantom_data";
+	return "phantom_data";
       case FN_ONCE:
 	return "fn_once";
       case FN_ONCE_OUTPUT:

             reply	other threads:[~2022-11-16 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 11:49 Thomas Schwinge [this message]
2022-11-18 23:33 Thomas Schwinge

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=20221116114946.C8E3A3959CAA@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).