From 8a7ac7f4f3aacfe322732c616c7622c79db9fae3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 21:47:39 -0400 Subject: Run clang-format on msg.proto --- msg.proto | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'msg.proto') diff --git a/msg.proto b/msg.proto index fcbd9bcbc..0d73dca66 100644 --- a/msg.proto +++ b/msg.proto @@ -1,7 +1,6 @@ syntax = "proto3"; package main; - message Msg { enum MsgKind { START = 0; @@ -12,14 +11,14 @@ message Msg { MsgKind kind = 10; // START - string cwd = 11; - repeated string argv = 12; + string cwd = 11; + repeated string argv = 12; // READ_FILE_SYNC - string path = 20; + string path = 20; // DATA_RESPONSE - bytes data = 30; + bytes data = 30; string error = 31; // EXIT -- cgit v1.2.3