aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2017-06-07 08:41:20 -0400
committerDavid Edelsohn <dje@gcc.gnu.org>2017-06-07 08:41:20 -0400
commit2f8d29a497f8d0f97ace6a4459dd069564dc128b (patch)
treed7d7bb2adc63e56ea4dc7be070bb52ce23bf5bdd /libgcc
parentd8b9cd2700bc51219a4bf378d305d0d91a2f46ef (diff)
downloadgcc-2f8d29a497f8d0f97ace6a4459dd069564dc128b.zip
gcc-2f8d29a497f8d0f97ace6a4459dd069564dc128b.tar.gz
gcc-2f8d29a497f8d0f97ace6a4459dd069564dc128b.tar.bz2
Fix white space.
From-SVN: r248969
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config/rs6000/aix-unwind.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/config/rs6000/aix-unwind.h b/libgcc/config/rs6000/aix-unwind.h
index 2d8cdae..1561658 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 */