aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch7.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2018-11-14 11:41:25 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-11-14 11:41:25 +0000
commitc786216724918a454ed4634031f69efd275b963e (patch)
tree37eba19fb13e71b35909a2c163e362a426772614 /gcc/ada/sem_ch7.adb
parent0715a2a8d257d647ee97521316ef87ac150c1977 (diff)
downloadgcc-c786216724918a454ed4634031f69efd275b963e.zip
gcc-c786216724918a454ed4634031f69efd275b963e.tar.gz
gcc-c786216724918a454ed4634031f69efd275b963e.tar.bz2
[Ada] Minor reformatting
2018-11-14 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * back_end.adb, checks.adb, exp_ch3.adb, exp_ch4.adb, exp_ch7.adb, exp_disp.adb, exp_unst.adb, exp_util.adb, freeze.adb, sem_ch13.adb, sem_ch6.adb, sem_ch7.adb, sem_prag.adb, sem_spark.adb, sem_util.adb: Minor reformatting. From-SVN: r266122
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r--gcc/ada/sem_ch7.adb10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb
index 1c732b4..28119df 100644
--- a/gcc/ada/sem_ch7.adb
+++ b/gcc/ada/sem_ch7.adb
@@ -2855,13 +2855,13 @@ package body Sem_Ch7 is
Set_Is_Potentially_Use_Visible (Id);
end if;
- -- We need to avoid incorrectly marking enumeration literals
- -- as non-visible when a visible use-all-type clause is in effect.
+ -- We need to avoid incorrectly marking enumeration literals as
+ -- non-visible when a visible use-all-type clause is in effect.
elsif Type_In_Use (Etype (Id))
- and then Nkind (Current_Use_Clause (Etype (Id))) =
- N_Use_Type_Clause
- and then All_Present (Current_Use_Clause (Etype (Id)))
+ and then Nkind (Current_Use_Clause (Etype (Id))) =
+ N_Use_Type_Clause
+ and then All_Present (Current_Use_Clause (Etype (Id)))
then
null;