From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id DD37A3858D33 for ; Wed, 1 Mar 2023 20:23:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DD37A3858D33 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=efficios.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=efficios.com Received: from smarchi-efficios.internal.efficios.com (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 8B16F1E128; Wed, 1 Mar 2023 15:23:08 -0500 (EST) From: Simon Marchi To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [pushed] gdb: fix a whitespace issue in solib-rocm.c Date: Wed, 1 Mar 2023 15:23:07 -0500 Message-Id: <20230301202307.903046-1-simon.marchi@efficios.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3497.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_NONE,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_SOFTFAIL,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Change-Id: I9cd236eaf161fe3a1abf0d212efca47a7149e021 --- gdb/solib-rocm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 2b965acc790f..00a1eb69fed4 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -425,7 +425,7 @@ rocm_bfd_iovec_open (bfd *abfd, void *inferior_void) if (errno != 0) { /* The actual message doesn't matter, the exception is caught - below, transformed in a BFD error, and the message is lost. */ + below, transformed in a BFD error, and the message is lost. */ error (_("Failed to parse integer.")); } -- 2.39.2