sem_aux.adb: Minor reformatting

2009-04-10  Robert Dewar  <dewar@adacore.com>

	* sem_aux.adb: Minor reformatting

From-SVN: r145922
This commit is contained in:
Robert Dewar 2009-04-10 15:23:41 +00:00 committed by Arnaud Charlet
parent 1ca3588143
commit ab8e1b353e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-04-10 Robert Dewar <dewar@adacore.com>
* sem_aux.adb: Minor reformatting
2009-04-10 Ed Falis <falis@adacore.com>
* init.c: Change VxWorks 6 stack overflow checking for kernel apps.

View File

@ -169,8 +169,8 @@ package body Sem_Aux is
-- Normal case, search enclosing scopes
-- Note: the test for Present (S) should not be required, it is a
-- defence against an ill-formed tree.
-- Note: the test for Present (S) should not be required, it defends
-- against an ill-formed tree.
S := Scope (Ent);
loop