public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Re-indent elf_x86_64_relocate_section
@ 2019-03-15  6:44 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2019-03-15  6:44 UTC (permalink / raw)
  To: binutils

	* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
---
 bfd/ChangeLog      | 4 ++++
 bfd/elf64-x86-64.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1e2681e2e6..084dbe08fd 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
+
 2019-03-14  Nick Clifton  <nickc@redhat.com>
 
 	PR 24334
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index e193f44e93..0d1c8397c8 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -3013,14 +3013,14 @@ skip_ifunc:
 		       && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
 		{
 		  _bfd_error_handler
-	      /* xgettext:c-format */
+		    /* xgettext:c-format */
 		    (_("%pB: relocation R_X86_64_GOTOFF64 against protected %s"
 		       " `%s' can not be used when making a shared object"),
 		     input_bfd,
 		     h->type == STT_FUNC ? "function" : "data",
 		     h->root.root.string);
 		  bfd_set_error (bfd_error_bad_value);
-	      return FALSE;
+		  return FALSE;
 		}
 	    }
 
-- 
2.20.1

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

only message in thread, other threads:[~2019-03-15  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  6:44 [PATCH] Re-indent elf_x86_64_relocate_section H.J. Lu

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