This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Ada] Minor reformatting in prj-util.adb





On Fri, 26 Oct 2001, Florian Weimer wrote:

  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;

Yes, you're right. I'll check the queue with patches to see if
there are any further pending changes to this file, and otherwise
fix things up myself.

  -Geert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]