aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2018-06-11 09:19:40 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-06-11 09:19:40 +0000
commit1985767d6517bd8daa0625f3923e24f0861f68b8 (patch)
tree972a5ecf16839a0193530c3bec5cef7a05c52b83 /gcc/ada/exp_ch9.adb
parented6a6b4ea977ba93f66357de7c725d0c17ac3792 (diff)
downloadgcc-1985767d6517bd8daa0625f3923e24f0861f68b8.zip
gcc-1985767d6517bd8daa0625f3923e24f0861f68b8.tar.gz
gcc-1985767d6517bd8daa0625f3923e24f0861f68b8.tar.bz2
[Ada] Minor reformatting
2018-06-11 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * exp_ch9.adb, exp_unst.adb, inline.adb, libgnat/a-ciorma.adb, libgnat/a-ciormu.adb, libgnat/a-ciorse.adb, libgnat/a-coorma.adb, libgnat/a-coormu.adb, libgnat/a-coorse.adb, sem_prag.adb: Minor reformatting. From-SVN: r261429
Diffstat (limited to 'gcc/ada/exp_ch9.adb')
-rw-r--r--gcc/ada/exp_ch9.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch9.adb b/gcc/ada/exp_ch9.adb
index 7cb5068..ea03fe2 100644
--- a/gcc/ada/exp_ch9.adb
+++ b/gcc/ada/exp_ch9.adb
@@ -8653,8 +8653,9 @@ package body Exp_Ch9 is
when N_Implicit_Label_Declaration =>
null;
- when N_Call_Marker |
- N_Itype_Reference =>
+ when N_Call_Marker
+ | N_Itype_Reference
+ =>
New_Op_Body := New_Copy (Op_Body);
Insert_After (Current_Node, New_Op_Body);
Current_Node := New_Op_Body;