Skip to content

Commit

Permalink
style: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 30, 2023
1 parent 1acefb7 commit 65c0494
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yara-x/src/wasm/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ macro_rules! global_const {
/// call namespaces_N
/// }
/// ```
///
///
/// Each of the `namespaces_X` function contains a block per YARA namespace,
/// and each of these blocks contains two inner blocks, for global and
/// non-global rules respectively. For example:
Expand All @@ -59,7 +59,7 @@ macro_rules! global_const {
/// ... more blocks
/// }
/// ```
///
///
/// The number of YARA namespaces per `namespaces_X` function is controlled with
/// the [`WasmModuleBuilder::namespaces_per_func`] method. This has an impact
/// in the total number of functions contained in the WASM module and their
Expand Down Expand Up @@ -91,7 +91,7 @@ macro_rules! global_const {
/// }
/// }
/// ```
///
///
/// Each of the rules function contains the code for multiple YARA rules. The
/// [`WasmModuleBuilder::rules_per_func`] method controls the number of YARA
/// rules per function. As in the case of namespaces, this has an impact in
Expand All @@ -110,7 +110,7 @@ macro_rules! global_const {
/// ... code for non-global rule 2
/// }
/// ```
///
///
/// Each of the functions containing global rules (i.e: `global_rules_N`) return
/// one of the following values:
///
Expand Down

0 comments on commit 65c0494

Please sign in to comment.