aboutsummaryrefslogtreecommitdiff
path: root/gold/powerpc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/powerpc.cc')
-rw-r--r--gold/powerpc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/powerpc.cc b/gold/powerpc.cc
index aca75f2..49af65f 100644
--- a/gold/powerpc.cc
+++ b/gold/powerpc.cc
@@ -291,7 +291,7 @@ class Target_powerpc : public Sized_target<size, big_endian>
Output_data_space*
got2_section() const
{
- gold_assert (this->got2_ != NULL);
+ gold_assert(this->got2_ != NULL);
return this->got2_;
}
@@ -299,7 +299,7 @@ class Target_powerpc : public Sized_target<size, big_endian>
Output_data_space*
toc_section() const
{
- gold_assert (this->toc_ != NULL);
+ gold_assert(this->toc_ != NULL);
return this->toc_;
}