Skip to content

Commit 7a63c4e

Browse files
committed
apply clang-format
Signed-off-by: Michael Warres <[email protected]>
1 parent 72ef2ae commit 7a63c4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/proxy-wasm/wasm_vm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ class WasmVm {
189189
/**
190190
* Whether or not the VM implementation supports cloning. Cloning is VM system dependent.
191191
* When a VM is configured a single VM is instantiated to check that the .wasm file is valid and
192-
* to do VM system specific initialization. Then, if cloning is supported, we clone that VM for each worker, potentially
193-
* copying and sharing the initialized data structures for efficiency. Otherwise we create an new
194-
* VM from scratch for each worker.
192+
* to do VM system specific initialization. Then, if cloning is supported, we clone that VM for
193+
* each worker, potentially copying and sharing the initialized data structures for efficiency.
194+
* Otherwise we create an new VM from scratch for each worker.
195195
* @return one of enum Cloneable with the VMs cloneability.
196196
*/
197197
virtual Cloneable cloneable() = 0;

0 commit comments

Comments
 (0)