diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-15 05:52:04 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-15 05:52:04 +0000 |
commit | 30d5a5107138f71debb64b1ff2d3b4e2e0446bc7 (patch) | |
tree | c4444a08f83fff0340e04a320ac51e9dd0d2740a /gcc/ada/g-socthi-mingw.adb | |
parent | c7b5e2b1aadc11b8536a583120cbb530dfe5aa27 (diff) | |
download | gcc-30d5a5107138f71debb64b1ff2d3b4e2e0446bc7.tar.gz |
PR ada/48711
* g-socthi-mingw.adb (Fill): Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176305 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-socthi-mingw.adb')
-rw-r--r-- | gcc/ada/g-socthi-mingw.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-socthi-mingw.adb b/gcc/ada/g-socthi-mingw.adb index 697425ef227..f57353dbf61 100644 --- a/gcc/ada/g-socthi-mingw.adb +++ b/gcc/ada/g-socthi-mingw.adb @@ -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; |