Hello David,

I ran gnat pretty printer on Gnoga code.
There are many minor corrections of mainly indentations.
There are also few changes:

1) is place:
-   procedure Finalize
-   is
+   procedure Finalize is

2) record place:
-   type Storage_Type is tagged
-      record
-         Connection_ID : Gnoga.Types.Connection_ID :=
-                           Gnoga.Types.No_Connection;
-      end record;
+   type Storage_Type is tagged record
+      Connection_ID : Gnoga.Types.Connection_ID := Gnoga.Types.No_Connection;
+   end record;

3) parameters place:
-   function Connection_ID (Object : Base_Type)
-                           return Gnoga.Types.Connection_ID
+   function Connection_ID
+     (Object : Base_Type)
+      return Gnoga.Types.Connection_ID

Is it ok like that?

Thanks, Pascal.
http://blady.pagesperso-orange.fr


> Le 11 nov. 2016 à 12:02, Pascal <blady-...@users.sf.net> a écrit :
> 
> Hello,
> 
> Gnoga coding guidelines proposal and an extract of mailing list comments (as 
> discussion paragraphs) have been gathered on :
> 
> https://sourceforge.net/p/gnoga/wiki/Coding-Guidelines/
> 
> Any comments are welcome either on coding rules topics or Markdown text (as 
> I'm newbee).
> 
> David feel free to put your final status on topics under discussion.
> 
> Regards, Pascal.
> http://blady.pagesperso-orange.fr
> 
> 
> 
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to