Whitespace and comment cleanups.
gcc/ada/ChangeLog:
* sem_attr.adb (Eval_Attribute): Fix comment for attribute Image.
* tbuild.adb (Make_SC): Remove extra whitespace.
-----------
-- Image is a scalar attribute, but is never static, because it is
- -- not a static function (having a non-scalar argument (RM 4.9(22))
+ -- not a static function (having a non-scalar argument (RM 4.9(22)).
-- However, we can constant-fold the image of an enumeration literal
-- if names are available and default Image implementation has not
-- been overridden.
-- Make_SC --
-------------
- function Make_SC (Pre, Sel : Node_Id) return Node_Id is
+ function Make_SC (Pre, Sel : Node_Id) return Node_Id is
begin
return
Make_Selected_Component (System_Location,