mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
revert whitespace change
This commit is contained in:
parent
a14386599d
commit
0a9c902f76
|
@ -679,7 +679,7 @@ CLASS zcl_abapgit_object_fugr IMPLEMENTATION.
|
||||||
INTO TABLE lt_reposrc
|
INTO TABLE lt_reposrc
|
||||||
FOR ALL ENTRIES IN rt_includes
|
FOR ALL ENTRIES IN rt_includes
|
||||||
WHERE progname = rt_includes-table_line
|
WHERE progname = rt_includes-table_line
|
||||||
AND r3state = 'A'.
|
AND r3state = 'A'.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
SORT lt_reposrc BY progname ASCENDING.
|
SORT lt_reposrc BY progname ASCENDING.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user