Commit 8477055d by Robert Dewar Committed by Arnaud Charlet

g-stheme.adb: Minor reformatting

2008-08-20  Robert Dewar  <dewar@adacore.com>

	* g-stheme.adb: Minor reformatting

From-SVN: r139276
parent 8173c276
...@@ -51,7 +51,8 @@ package body Host_Error_Messages is ...@@ -51,7 +51,8 @@ package body Host_Error_Messages is
use Interfaces.C.Strings; use Interfaces.C.Strings;
function TCP function TCP
(P : char_array_access; Nul_Check : Boolean := False) return chars_ptr (P : char_array_access; Nul_Check : Boolean := False) return chars_ptr
renames To_Chars_Ptr; renames To_Chars_Ptr;
begin begin
case H_Errno is case H_Errno is
when SOSC.HOST_NOT_FOUND => when SOSC.HOST_NOT_FOUND =>
...@@ -66,7 +67,7 @@ package body Host_Error_Messages is ...@@ -66,7 +67,7 @@ package body Host_Error_Messages is
when SOSC.NO_DATA => when SOSC.NO_DATA =>
return TCP (Messages.NO_DATA'Access); return TCP (Messages.NO_DATA'Access);
when others => when others =>
return TCP (Messages.Unknown_Error'Access); return TCP (Messages.Unknown_Error'Access);
end case; end case;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment