From: Robert Dewar Date: Wed, 20 Aug 2008 12:07:36 +0000 (+0200) Subject: g-socthi-mingw.adb: Minor reformatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8173c2769abaaa73f651aee4b60b3c48bed03164;p=gcc.git g-socthi-mingw.adb: Minor reformatting 2008-08-20 Robert Dewar * g-socthi-mingw.adb: Minor reformatting From-SVN: r139275 --- diff --git a/gcc/ada/g-socthi-mingw.adb b/gcc/ada/g-socthi-mingw.adb index 8c048eef132..c853ce41eb5 100644 --- a/gcc/ada/g-socthi-mingw.adb +++ b/gcc/ada/g-socthi-mingw.adb @@ -488,6 +488,7 @@ package body GNAT.Sockets.Thin is (Errno : Integer) return C.Strings.chars_ptr is use GNAT.Sockets.SOSC; + begin case Errno is when EINTR => return Error_Messages (N_EINTR);