aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-05-30 18:23:33 +0200
committerTristan Gingold <tgingold@free.fr>2021-05-30 18:23:33 +0200
commit54a18dda071449e80982da9e31be4685da30f0ed (patch)
tree9c50bbba4b8e25eba8d40777b89d21ed7a53a1b0 /src/vhdl/vhdl-formatters.adb
parent5885c15733efd56a0254b3735deceadf26f7d5d2 (diff)
downloadghdl-54a18dda071449e80982da9e31be4685da30f0ed.tar.gz
ghdl-54a18dda071449e80982da9e31be4685da30f0ed.tar.bz2
ghdl-54a18dda071449e80982da9e31be4685da30f0ed.zip
Fix warnings from gnatgpl 2021
Diffstat (limited to 'src/vhdl/vhdl-formatters.adb')
-rw-r--r--src/vhdl/vhdl-formatters.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-formatters.adb b/src/vhdl/vhdl-formatters.adb
index 89c692c96..9e870ddc2 100644
--- a/src/vhdl/vhdl-formatters.adb
+++ b/src/vhdl/vhdl-formatters.adb
@@ -433,7 +433,7 @@ package body Vhdl.Formatters is
end Close_Lit;
end Format_Disp_Ctxt;
- procedure Reindent (Ctxt : in out Format_Disp_Ctxt.Format_Ctxt;
+ procedure Reindent (Ctxt : Format_Disp_Ctxt.Format_Ctxt;
Respace : Boolean := False)
is
use Format_Disp_Ctxt;