From d6c6e7815e0405f65e239962d8c06f14d97b937a Mon Sep 17 00:00:00 2001
From: Asim Aslam <asim@aslam.me>
Date: Sun, 13 Oct 2019 12:40:53 +0100
Subject: [PATCH] Spaces not tabs

---
 network/proto/network.proto | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/network/proto/network.proto b/network/proto/network.proto
index 4689325b..d58ed5b8 100644
--- a/network/proto/network.proto
+++ b/network/proto/network.proto
@@ -75,10 +75,10 @@ message Node {
         string id = 1;
         // node address
         string address = 2;
-	// the network
-	string network = 3;
-	// associated metadata
-	map<string,string> metadata = 4;
+        // the network
+        string network = 3;
+        // associated metadata
+        map<string,string> metadata = 4;
 }
 
 // Connect is sent when the node connects to the network