aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-formatters.ads')
-rw-r--r--src/vhdl/vhdl-formatters.ads5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-formatters.ads b/src/vhdl/vhdl-formatters.ads
index 86c7c60e3..414fac73e 100644
--- a/src/vhdl/vhdl-formatters.ads
+++ b/src/vhdl/vhdl-formatters.ads
@@ -35,12 +35,9 @@ package Vhdl.Formatters is
);
-- Format/pretty print the file F.
- -- If FLAG_REINDENT is true, lines are reindented. Otherwise the output is
- -- the same as the input except keywords are converted to lower case.
- -- If FLAG_RESPACE is true (which implies FLAG_REINDENT), spaces between
- -- tokens are adjusted.
procedure Format (F : Iir_Design_File;
Level : Format_Level;
+ Flag_Realign : Boolean;
First_Line : Positive := 1;
Last_Line : Positive := Positive'Last);