aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt')
-rw-r--r--src/grt/grt-lib.adb8
1 files changed, 3 insertions, 5 deletions
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;