mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fixed formatting errors
Fixed indentation and linter issues
This commit is contained in:
parent
3294474243
commit
7dc2dc1af2
|
@ -66,12 +66,14 @@ CLASS ZCL_ABAPGIT_CONVERT IMPLEMENTATION.
|
|||
|
||||
"Intialize
|
||||
CASE bitbyte+offset(1).
|
||||
WHEN '1'. rv_int = 1.
|
||||
WHEN '1'.
|
||||
rv_int = 1.
|
||||
ENDCASE.
|
||||
|
||||
ELSE.
|
||||
CASE bitbyte+offset(1).
|
||||
WHEN '1'. rv_int = rv_int + ( 2 ** ( sy-index - 1 ) ).
|
||||
WHEN '1'.
|
||||
rv_int = rv_int + ( 2 ** ( sy-index - 1 ) ).
|
||||
ENDCASE.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user