From 71621a27b343ddf6a14f802c5b6626c449d8d896 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 17 Jun 2018 01:39:45 +0200
Subject: [PATCH] [fix] line breaks

---
 rfc/0006_ws2p_v2.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rfc/0006_ws2p_v2.md b/rfc/0006_ws2p_v2.md
index 57d00e5..b7b0885 100644
--- a/rfc/0006_ws2p_v2.md
+++ b/rfc/0006_ws2p_v2.md
@@ -87,10 +87,10 @@ i8 : Signed 8-bit integer
 i16 : Signed 16-bit integer  
 i32 : Signed 32-bit integer  
 i64 : Signed 64-bit integer  
-[T; n] : Array of n elements of type T
-bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
-0 : Corresponds to data that must be filled with bits to zero (for example padding).
-specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
+[T; n] : Array of n elements of type T  
+bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).  
+0 : Corresponds to data that must be filled with bits to zero (for example padding).  
+specific : Corresponds to a non-primitive type, which must be detailed in the RFC.  
 Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
 
 #### Endianness
-- 
GitLab