]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_scil.adb
[Ada] Minor reformattings
[gcc.git] / gcc / ada / sem_scil.adb
index bba92473b5f36ddee24c1a9208ad423084a1b5b6..f56d95eb58b969b976e98712461a3b491a41c03b 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
-with Einfo; use Einfo;
+with Einfo;          use Einfo;
 with Einfo.Entities; use Einfo.Entities;
-with Einfo.Utils; use Einfo.Utils;
-with Nlists;  use Nlists;
-with Rtsfind; use Rtsfind;
-with Sem_Aux; use Sem_Aux;
-with Sinfo; use Sinfo;
-with Sinfo.Nodes; use Sinfo.Nodes;
-with Stand;   use Stand;
-with SCIL_LL; use SCIL_LL;
+with Einfo.Utils;    use Einfo.Utils;
+with Nlists;         use Nlists;
+with Rtsfind;        use Rtsfind;
+with Sem_Aux;        use Sem_Aux;
+with Sinfo;          use Sinfo;
+with Sinfo.Nodes;    use Sinfo.Nodes;
+with Stand;          use Stand;
+with SCIL_LL;        use SCIL_LL;
 
 package body Sem_SCIL is
 
This page took 0.028822 seconds and 5 git commands to generate.