mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix indentation
This commit is contained in:
parent
8cf7bd0f06
commit
4d7e9095da
|
@ -37,9 +37,9 @@ CLASS lcl_object_docv IMPLEMENTATION.
|
|||
|
||||
METHOD lif_object~changed_by.
|
||||
rv_user = read( )-head-tdluser.
|
||||
IF rv_user IS INITIAL.
|
||||
rv_user = c_user_unkown.
|
||||
ENDIF.
|
||||
IF rv_user IS INITIAL.
|
||||
rv_user = c_user_unkown.
|
||||
ENDIF.
|
||||
ENDMETHOD. "lif_object~changed_by
|
||||
|
||||
METHOD read.
|
||||
|
|
Loading…
Reference in New Issue
Block a user