From 25c87cda93867626e73fe95476e8c7acfeabf23f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 4 Jun 2020 03:58:14 +0200 Subject: grt-lib: minor reformatting. --- src/grt/grt-lib.adb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/grt/grt-lib.adb b/src/grt/grt-lib.adb index 9908d581c..653606a31 100644 --- a/src/grt/grt-lib.adb +++ b/src/grt/grt-lib.adb @@ -145,11 +145,9 @@ package body Grt.Lib is Str, "sequence not covered", Severity, Loc); end Ghdl_Psl_Cover_Failed; - procedure Ghdl_Report - (Str : Std_String_Ptr; - Severity : Integer; - Loc : Ghdl_Location_Ptr) - is + procedure Ghdl_Report (Str : Std_String_Ptr; + Severity : Integer; + Loc : Ghdl_Location_Ptr) is begin Do_Report ("report", Str, "Assertion violation", Severity, Loc); end Ghdl_Report; -- cgit v1.2.3