use normal style for comments

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-01 16:12:32 +02:00
parent 72515254fe
commit 426f673b0a
184 changed files with 3 additions and 1789 deletions
@@ -1,10 +1,6 @@
//!
//! Translates the jump operations.
//!
///
/// Translates the unconditional jump.
///
pub fn unconditional<D>(
context: &mut revive_llvm_context::EraVMContext<D>,
destination: num::BigUint,
@@ -28,9 +24,7 @@ where
Ok(())
}
///
/// Translates the conditional jump.
///
pub fn conditional<D>(
context: &mut revive_llvm_context::EraVMContext<D>,
destination: num::BigUint,