[Ada] Minor reformatting in prj-util.adb

Florian Weimer fw@deneb.enyo.de
Fri Oct 26 13:07:00 GMT 2001


bosch@gnat.com writes:

>         Current : Array_Id := In_Arrays;
> !       The_Array : Array_Data;

>         Current : Array_Id := In_Arrays;
> !       The_Array          : Array_Data;

Is this really conforming to the style guide?  I guess you want:

          Current   : Array_Id := In_Arrays;
          The_Array : Array_Data;



More information about the Gcc-patches mailing list