From 5c672d0baa8281f405c68604b3bec98d91da2bab Mon Sep 17 00:00:00 2001 From: dje Date: Wed, 7 Jun 2017 12:41:20 +0000 Subject: [PATCH] Fix white space. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248969 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/config/rs6000/aix-unwind.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libgcc/config/rs6000/aix-unwind.h b/libgcc/config/rs6000/aix-unwind.h index 2d8cdae1e50..156165894ea 100644 --- a/libgcc/config/rs6000/aix-unwind.h +++ b/libgcc/config/rs6000/aix-unwind.h @@ -141,10 +141,10 @@ ucontext_for (struct _Unwind_Context *context) { /* unix_64 */ if (*(ra - 6) == 0x7d000164) /* mtmsrd r8 */ - { - /* AIX 6.1, 7.1 and 7.2 */ - return (ucontext_t *)(context->cfa + 0x70); - } + { + /* AIX 6.1, 7.1 and 7.2 */ + return (ucontext_t *)(context->cfa + 0x70); + } } #else if (*(ra - 5) == 0x4c00012c /* isync */ -- 2.11.4.GIT