]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Fix indentation of "Start of processing for ..." labels
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 13 Jan 2022 21:29:01 +0000 (22:29 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 9 May 2022 09:27:35 +0000 (09:27 +0000)
commit00b21aa982e71575f2a403c94e8086eb2a6264d2
tree47dfed3ef75995f790def9cb393f424c5763c8dd
parent7ded77bbce506b12a4f2bbe751b304ebdcb9af27
[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.
13 files changed:
gcc/ada/exp_aggr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_util.adb
gcc/ada/freeze.adb
gcc/ada/gnatfind.adb
gcc/ada/gnatlink.adb
gcc/ada/gnatxref.adb
gcc/ada/gprep.adb
gcc/ada/libgnat/a-cfhama.adb
gcc/ada/libgnat/g-alleve.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/xr_tabls.adb