aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.adb
diff options
context:
space:
mode:
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 f6103f571..807436033 100644
--- a/src/vhdl/vhdl-formatters.adb
+++ b/src/vhdl/vhdl-formatters.adb
@@ -36,7 +36,7 @@ package body Vhdl.Formatters is
or else Current_Token = Tok_Subtype)
then
null;
- elsif (Tok = Tok_Psl_Default
+ elsif (Tok = Tok_Default
or else Tok = Tok_Psl_Clock)
and then Current_Token = Tok_Identifier
then