]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s-osinte-freebsd.ads: Minor reformatting
authorThomas Quinot <quinot@adacore.com>
Fri, 8 Aug 2008 12:58:46 +0000 (14:58 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 8 Aug 2008 12:58:46 +0000 (14:58 +0200)
2008-08-08  Thomas Quinot  <quinot@adacore.com>

* s-osinte-freebsd.ads: Minor reformatting

From-SVN: r138875

gcc/ada/s-osinte-freebsd.ads

index 51f498397f9528f3e89dd0f3c5e6f4f05da7fbaf..c1ed40b772019aa94375818fa366dbe6750d2d47 100644 (file)
@@ -67,11 +67,11 @@ package System.OS_Interface is
    function Errno return int;
    pragma Inline (Errno);
 
-   EAGAIN   : constant := 35;
-   EINTR    : constant := 4;
-   EINVAL   : constant := 22;
-   ENOMEM   : constant := 12;
-   ETIMEDOUT    : constant := 60;
+   EAGAIN    : constant := 35;
+   EINTR     : constant := 4;
+   EINVAL    : constant := 22;
+   ENOMEM    : constant := 12;
+   ETIMEDOUT : constant := 60;
 
    -------------
    -- Signals --