re PR ada/48711 (failure to bootstrap or build ada for mingw (value not in range...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jul 2011 05:52:04 +0000 (05:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Jul 2011 05:52:04 +0000 (05:52 +0000)
PR ada/48711
* g-socthi-mingw.adb (Fill): Fix formatting.

From-SVN: r176305

gcc/ada/ChangeLog
gcc/ada/g-socthi-mingw.adb

index c201124903512ee9e54f27ef988dbb78c86deb9f..7abc04105aabc5f95d040e7846b4f384d1ba691b 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/48711
+       * g-socthi-mingw.adb (Fill): Fix formatting.
+
 2011-07-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR ada/46350
index 697425ef227c5fb118f57f2cf2ac43f1785782e9..f57353dbf61d01edbbff6308b30c47ca5478cdc9 100644 (file)
@@ -277,8 +277,8 @@ package body GNAT.Sockets.Thin is
       use type C.size_t;
 
       Fill  : constant Boolean :=
-       SOSC.MSG_WAITALL /= -1
-       and then (C.unsigned (Flags) and SOSC.MSG_WAITALL) /= 0;
+        SOSC.MSG_WAITALL /= -1
+          and then (C.unsigned (Flags) and SOSC.MSG_WAITALL) /= 0;
       --  Is the MSG_WAITALL flag set? If so we need to fully fill all vectors
 
       Res   : C.int;