diff options
author | Robert Dewar <dewar@adacore.com> | 2013-09-10 14:52:46 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-09-10 16:52:46 +0200 |
commit | 573e5dd6ace97bde5d1ab096ae2c4f8c02534a17 (patch) | |
tree | 895f82359759face41b9b601b7972775c577719e /gcc/ada/sprint.adb | |
parent | eefe376107650d0d11df8711772fc6074ce31bc3 (diff) | |
download | gcc-573e5dd6ace97bde5d1ab096ae2c4f8c02534a17.zip gcc-573e5dd6ace97bde5d1ab096ae2c4f8c02534a17.tar.gz gcc-573e5dd6ace97bde5d1ab096ae2c4f8c02534a17.tar.bz2 |
sem_ch3.adb, [...]: Minor reformatting.
2013-09-10 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sinfo.ads, exp_ch9.adb, sem_prag.adb, sem_ch12.adb,
exp_ch4.adb, sprint.adb: Minor reformatting.
From-SVN: r202455
Diffstat (limited to 'gcc/ada/sprint.adb')
-rw-r--r-- | gcc/ada/sprint.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb index 82d6ce5..5259dd7 100644 --- a/gcc/ada/sprint.adb +++ b/gcc/ada/sprint.adb @@ -2483,8 +2483,8 @@ package body Sprint is -- instantiation node. if Is_Generic_Instance (Defining_Entity (Node)) - and then Has_Aspects ( - Package_Instantiation (Defining_Entity (Node))) + and then Has_Aspects + (Package_Instantiation (Defining_Entity (Node))) then Sprint_Aspect_Specifications (Package_Instantiation (Defining_Entity (Node)), |