diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2019-07-01 13:34:49 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-01 13:34:49 +0000 |
commit | 68f27c97bff2d21c107ca90e1b597fed45b52ba5 (patch) | |
tree | 502dec3b91fe96d3e4ab7d00ef2f01b19f0f4de6 /gcc/ada/sem_ch3.adb | |
parent | 54948285e6267a68d5f08f1d1c09e677abcbb34f (diff) | |
download | gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.zip gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.tar.gz gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.tar.bz2 |
[Ada] Minor reformatting
2019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
From-SVN: r272859
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 8b06223..bc5e73d 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -10376,10 +10376,9 @@ package body Sem_Ch3 is -- build-in-place library function, child unit or not. if (Nkind (Nod) in N_Entity and then Is_Compilation_Unit (Nod)) - or else - (Nkind_In (Nod, - N_Defining_Program_Unit_Name, N_Subprogram_Declaration) - and then Is_Compilation_Unit (Defining_Entity (Nod))) + or else (Nkind_In (Nod, N_Defining_Program_Unit_Name, + N_Subprogram_Declaration) + and then Is_Compilation_Unit (Defining_Entity (Nod))) then Add_Global_Declaration (IR); else |