diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 21:47:39 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 21:47:39 -0400 |
| commit | 8a7ac7f4f3aacfe322732c616c7622c79db9fae3 (patch) | |
| tree | 38e68c1e3398330d0d5ab4e04a50ced22dd4a75e /msg.proto | |
| parent | 471a4f461a608179cead961a5f4240c302d4a5d1 (diff) | |
Run clang-format on msg.proto
Diffstat (limited to 'msg.proto')
| -rw-r--r-- | msg.proto | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
