]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix white space.
authorDavid Edelsohn <dje@gcc.gnu.org>
Wed, 7 Jun 2017 12:41:20 +0000 (08:41 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 7 Jun 2017 12:41:20 +0000 (08:41 -0400)
From-SVN: r248969

libgcc/config/rs6000/aix-unwind.h

index 2d8cdae1e5011de24f6c00c93b143ce360de18a4..156165894ea5a6b4abaaf02742ebe5e54643106a 100644 (file)
@@ -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             */