diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-17 13:18:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-17 13:18:55 +0100 |
commit | 7ff211d03f26e250d46aba382988ed2908739699 (patch) | |
tree | 4bc215ef44999074e333876f78b35e868cfd02d3 /src | |
parent | bfa5245bb96ce98cc4ff275d544196368baa38ac (diff) | |
download | ghdl-7ff211d03f26e250d46aba382988ed2908739699.tar.gz ghdl-7ff211d03f26e250d46aba382988ed2908739699.tar.bz2 ghdl-7ff211d03f26e250d46aba382988ed2908739699.zip |
str_table: remove blank line.
Diffstat (limited to 'src')
-rw-r--r-- | src/str_table.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/str_table.ads b/src/str_table.ads index 0d815e619..fd783562e 100644 --- a/src/str_table.ads +++ b/src/str_table.ads @@ -61,4 +61,3 @@ package Str_Table is -- Free all the memory and reinitialize the package. procedure Initialize; end Str_Table; - |