From 6661228c86081b19b2e0b8411c3e28dc6266d9e2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 3 Jan 2019 14:44:30 -0800 Subject: [PATCH] Tidy up whitespace. --- lib/runtime/src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime/src/instance.rs b/lib/runtime/src/instance.rs index 8fb8a36f90..67f288356a 100644 --- a/lib/runtime/src/instance.rs +++ b/lib/runtime/src/instance.rs @@ -370,7 +370,7 @@ impl InstanceContents { /// Returns `None` if memory can't be grown by the specified amount /// of pages. /// - /// TODO:This and `imported_memory_size` are currently unsafe because + /// TODO: This and `imported_memory_size` are currently unsafe because /// they dereference the memory import's pointers. pub(crate) unsafe fn imported_memory_grow( &mut self,