diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2022-01-13 22:29:01 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-05-09 09:27:35 +0000 |
commit | 00b21aa982e71575f2a403c94e8086eb2a6264d2 (patch) | |
tree | 47dfed3ef75995f790def9cb393f424c5763c8dd | |
parent | 7ded77bbce506b12a4f2bbe751b304ebdcb9af27 (diff) | |
download | gcc-00b21aa982e71575f2a403c94e8086eb2a6264d2.zip gcc-00b21aa982e71575f2a403c94e8086eb2a6264d2.tar.gz gcc-00b21aa982e71575f2a403c94e8086eb2a6264d2.tar.bz2 |
[Ada] Fix indentation of "Start of processing for ..." labels
The "Start of processing for ..." labels should be aligned with the
BEGIN that follows. Violations found with:
$ grep -Pzo "( *) \-\- Start of processing for \w+\n\n\1begin" *.adb
and corrected manually, because some of them had to be entirely removed.
Also, remove trailing semicolons found while guessing the grep pattern.
gcc/ada/
* exp_aggr.adb, exp_ch3.adb, exp_util.adb, freeze.adb,
gnatfind.adb, gnatlink.adb, gnatxref.adb, gprep.adb,
libgnat/a-cfhama.adb, libgnat/g-alleve.adb, sem_ch12.adb,
sem_ch13.adb, xr_tabls.adb: Fix style labels.
-rw-r--r-- | gcc/ada/exp_aggr.adb | 2 | ||||
-rw-r--r-- | gcc/ada/exp_ch3.adb | 2 | ||||
-rw-r--r-- | gcc/ada/exp_util.adb | 2 | ||||
-rw-r--r-- | gcc/ada/freeze.adb | 2 | ||||
-rw-r--r-- | gcc/ada/gnatfind.adb | 2 | ||||
-rw-r--r-- | gcc/ada/gnatlink.adb | 2 | ||||
-rw-r--r-- | gcc/ada/gnatxref.adb | 2 | ||||
-rw-r--r-- | gcc/ada/gprep.adb | 2 | ||||
-rw-r--r-- | gcc/ada/libgnat/a-cfhama.adb | 2 | ||||
-rw-r--r-- | gcc/ada/libgnat/g-alleve.adb | 2 | ||||
-rw-r--r-- | gcc/ada/sem_ch12.adb | 2 | ||||
-rw-r--r-- | gcc/ada/sem_ch13.adb | 2 | ||||
-rw-r--r-- | gcc/ada/xr_tabls.adb | 2 |
13 files changed, 12 insertions, 14 deletions
diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index e360baa..9e781e0 100644 --- a/gcc/ada/exp_aggr.adb +++ b/gcc/ada/exp_aggr.adb @@ -7542,7 +7542,7 @@ package body Exp_Aggr is end Expand_Iterated_Component; - -- Start of processing for Expand_Container_Aggregate + -- Start of processing for Expand_Container_Aggregate begin Parse_Aspect_Aggregate (Asp, diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 50f46fb..97988bb 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -1288,8 +1288,6 @@ package body Exp_Ch3 is Comp : Entity_Id; Comp_Type : Entity_Id; - -- Start of processing for Build_Equivalent_Record_Aggregate - begin if not Is_Record_Type (T) or else Has_Discriminants (T) diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index 416ce65..5e36c3a 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -6468,7 +6468,7 @@ package body Exp_Util is return Empty; end Check_Decls; - -- Start of processing for Following_Address_Clause + -- Start of processing for Following_Address_Clause begin -- If parser detected no address clause for the identifier in question, diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb index 7ed44f5..25bad46 100644 --- a/gcc/ada/freeze.adb +++ b/gcc/ada/freeze.adb @@ -3581,7 +3581,7 @@ package body Freeze is end if; end Complain_CS; - -- Start of processing for Alias_Atomic_Check + -- Start of processing for Alias_Atomic_Check begin -- If object size of component type isn't known, we cannot diff --git a/gcc/ada/gnatfind.adb b/gcc/ada/gnatfind.adb index 5df6a98..04b0fe4 100644 --- a/gcc/ada/gnatfind.adb +++ b/gcc/ada/gnatfind.adb @@ -86,7 +86,7 @@ procedure Gnatfind is procedure Check_Version_And_Help is new Check_Version_And_Help_G (Usage); - -- Start of processing for Parse_Cmd_Line + -- Start of processing for Parse_Cmd_Line begin -- First check for --version or --help diff --git a/gcc/ada/gnatlink.adb b/gcc/ada/gnatlink.adb index 613a6b2..d599734 100644 --- a/gcc/ada/gnatlink.adb +++ b/gcc/ada/gnatlink.adb @@ -407,7 +407,7 @@ procedure Gnatlink is procedure Check_Version_And_Help is new Check_Version_And_Help_G (Usage); - -- Start of processing for Process_Args + -- Start of processing for Process_Args begin -- First, check for --version and --help diff --git a/gcc/ada/gnatxref.adb b/gcc/ada/gnatxref.adb index c9f234c..9499d11 100644 --- a/gcc/ada/gnatxref.adb +++ b/gcc/ada/gnatxref.adb @@ -74,7 +74,7 @@ procedure Gnatxref is procedure Check_Version_And_Help is new Check_Version_And_Help_G (Usage); - -- Start of processing for Parse_Cmd_Line + -- Start of processing for Parse_Cmd_Line begin -- First check for --version or --help diff --git a/gcc/ada/gprep.adb b/gcc/ada/gprep.adb index c6e40ff..36ec1d8 100644 --- a/gcc/ada/gprep.adb +++ b/gcc/ada/gprep.adb @@ -729,7 +729,7 @@ package body GPrep is procedure Check_Version_And_Help is new Check_Version_And_Help_G (Usage); - -- Start of processing for Scan_Command_Line + -- Start of processing for Scan_Command_Line begin -- First check for --version or --help diff --git a/gcc/ada/libgnat/a-cfhama.adb b/gcc/ada/libgnat/a-cfhama.adb index 48950de..da20b93 100644 --- a/gcc/ada/libgnat/a-cfhama.adb +++ b/gcc/ada/libgnat/a-cfhama.adb @@ -151,7 +151,7 @@ is Insert (Target, N.Key, N.Element); end Insert_Element; - -- Start of processing for Assign + -- Start of processing for Assign begin if Target'Address = Source'Address then diff --git a/gcc/ada/libgnat/g-alleve.adb b/gcc/ada/libgnat/g-alleve.adb index 0dba029..4db442c 100644 --- a/gcc/ada/libgnat/g-alleve.adb +++ b/gcc/ada/libgnat/g-alleve.adb @@ -3779,7 +3779,7 @@ package body GNAT.Altivec.Low_Level_Vectors is return D; end Saturate; - -- Start of processing for vpksxus + -- Start of processing for vpksxus begin for J in 0 .. N - 1 loop diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index 5eeaf3d..f01562d 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -17192,7 +17192,7 @@ package body Sem_Ch12 is end if; end Validate_Derived_Type_Default; - -- Start of processing for Validate_Formal_Type_Default + -- Start of processing for Validate_Formal_Type_Default begin Analyze (Default); diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index b29b1db..cfbb066 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -12449,7 +12449,7 @@ package body Sem_Ch13 is OC_Lbit (To) := OC_Lbit (From); end OC_Move; - -- Start of processing for Overlap_Check + -- Start of processing for Overlap_Check begin CC := First (Component_Clauses (N)); diff --git a/gcc/ada/xr_tabls.adb b/gcc/ada/xr_tabls.adb index 22e4705..8f6fb7a 100644 --- a/gcc/ada/xr_tabls.adb +++ b/gcc/ada/xr_tabls.adb @@ -819,7 +819,7 @@ package body Xr_Tabls is end if; end Internal_Strip; - -- Start of processing for Get_File; + -- Start of processing for Get_File begin -- If we do not want the full path name |