aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/aggr11_pkg.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gnat.dg/aggr11_pkg.ads')
-rw-r--r--gcc/testsuite/gnat.dg/aggr11_pkg.ads28
1 files changed, 14 insertions, 14 deletions
diff --git a/gcc/testsuite/gnat.dg/aggr11_pkg.ads b/gcc/testsuite/gnat.dg/aggr11_pkg.ads
index 37008605a30..139c9efdac6 100644
--- a/gcc/testsuite/gnat.dg/aggr11_pkg.ads
+++ b/gcc/testsuite/gnat.dg/aggr11_pkg.ads
@@ -1,14 +1,14 @@
-package Aggr11_Pkg is
-
- type Error_Type is (No_Error, Error);
-
- type Rec (Kind : Error_Type := No_Error) is record
- case Kind is
- when Error => null;
- when others => B : Boolean;
- end case;
- end record;
-
- type Arr is array (1..6) of Rec;
-
-end Aggr11_Pkg;
+package Aggr11_Pkg is
+
+ type Error_Type is (No_Error, Error);
+
+ type Rec (Kind : Error_Type := No_Error) is record
+ case Kind is
+ when Error => null;
+ when others => B : Boolean;
+ end case;
+ end record;
+
+ type Arr is array (1..6) of Rec;
+
+end Aggr11_Pkg;