From 49d06e625e1de376a895528582a3ea955599f177 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Mon, 14 Dec 2015 05:20:19 +0000
Subject: [PATCH] Fix formatting.

---
 include/zipr_mem_space.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/zipr_mem_space.h b/include/zipr_mem_space.h
index b2afae9..595c2ce 100644
--- a/include/zipr_mem_space.h
+++ b/include/zipr_mem_space.h
@@ -73,9 +73,10 @@ class ZiprMemorySpace_t : public MemorySpace_t
 		{
 			min_plopped=std::min(addr,min_plopped);
 			max_plopped=std::max(addr,max_plopped);
-        		if(this->find(addr) == this->end() )
-                		this->SplitFreeRange(addr);
-        		(*this)[addr]=the_byte;
+
+			if(this->find(addr) == this->end() )
+				this->SplitFreeRange(addr);
+			(*this)[addr]=the_byte;
 		}
 		void PlopJump(RangeAddress_t addr)
 		{
-- 
GitLab