downstream: express: clean up trailing spaces

This commit is contained in:
Andrej730
2026-07-14 16:42:04 +05:00
parent 90c395bde4
commit 94a7ca6ac5
5 changed files with 36 additions and 36 deletions
@@ -11,16 +11,16 @@ ENTITY file_name;
time_stamp : time_stamp_text;
author : LIST [1:?] OF STRING (256);
organization : LIST [1:?] OF STRING (256);
preprocessor_version : STRING (256);
preprocessor_version : STRING (256);
originating_system : STRING (256);
authorization : STRING (256);
authorization : STRING (256);
END_ENTITY;
ENTITY file_description;
description : LIST [1:?] OF STRING (256);
implementation_level : STRING (256);
END_ENTITY;
ENTITY file_schema;
schema_identifiers : LIST [1:?] OF UNIQUE schema_name;
END_ENTITY;