Skip to content

Commit 51e1b77

Browse files
abaplint: Type clause alignment
1 parent 0cb835e commit 51e1b77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

file-formats/chkv/type/zif_aff_chkv_v1.intf.abap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ INTERFACE zif_aff_chkv_v1
5252
"! <p class="shorttext">Parameter Name</p>
5353
"! The parameter name
5454
"! $required
55-
name TYPE string,
55+
name TYPE string,
5656
"! <p class="shorttext">Parameter Value</p>
5757
"! The value of the parameter
58-
value TYPE string,
58+
value TYPE string,
5959
"! <p class="shorttext">Parameter Structure</p>
6060
"! A structured value of a parameter
61-
structured_value TYPE ty_structured_value,
61+
structured_value TYPE ty_structured_value,
6262
"! <p class="shorttext">Parameter Structure List</p>
6363
"! A list of structured values of a parameter
6464
structured_value_list TYPE ty_structured_value_list,
6565
"! <p class="shorttext">List of Parameter Values</p>
6666
"! List of values for a multi-value check parameter
67-
value_list TYPE STANDARD TABLE OF ty_param_value WITH DEFAULT KEY,
67+
value_list TYPE STANDARD TABLE OF ty_param_value WITH DEFAULT KEY,
6868
"! <p class="shorttext">List of Range Values</p>
6969
"! List of range values for a check parameter
70-
value_range_list TYPE ty_ranges,
70+
value_range_list TYPE ty_ranges,
7171
END OF ty_parameter,
7272

7373
"! <p class="shorttext">Parameters</p>

0 commit comments

Comments
 (0)