From f65a9810996d9d20d2423ab534cb04c495c905d5 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 4 Feb 2017 14:46:38 -0500 Subject: [PATCH] Fix indentation --- plugins/proto/RemoteFortressReader.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/proto/RemoteFortressReader.proto b/plugins/proto/RemoteFortressReader.proto index fdfc25d99..af25c9a4b 100644 --- a/plugins/proto/RemoteFortressReader.proto +++ b/plugins/proto/RemoteFortressReader.proto @@ -322,8 +322,8 @@ message UnitDefinition optional int32 blood_max = 14; optional int32 blood_count = 15; optional UnitAppearance appearance = 16; - optional int32 profession_id = 17; - repeated string noble_positions = 18; + optional int32 profession_id = 17; + repeated string noble_positions = 18; } message UnitList @@ -756,4 +756,4 @@ message DigCommand message SingleBool { optional bool Value = 1; -} \ No newline at end of file +}