mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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
|
"Intialize
|
||||||
CASE bitbyte+offset(1).
|
CASE bitbyte+offset(1).
|
||||||
WHEN '1'. rv_int = 1.
|
WHEN '1'.
|
||||||
|
rv_int = 1.
|
||||||
ENDCASE.
|
ENDCASE.
|
||||||
|
|
||||||
ELSE.
|
ELSE.
|
||||||
CASE bitbyte+offset(1).
|
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.
|
ENDCASE.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user