morphisms: remove 'return 0;' at end since it is now added by default
This commit is contained in:
parent
3f1397735c
commit
ef819b4711
11 changed files with 42 additions and 107 deletions
morphisms
|
@ -10,8 +10,6 @@ morph_i64_as_twos_complement_to_zigzag ()
|
|||
} else {
|
||||
*dst = (2 * (uint64_t)(- *src)) - 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
```
|
||||
|
||||
morph_i64_as_zigzag_to_twos_complement ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue