Skip to content

Commit

Permalink
Indent more
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Apr 23, 2020
1 parent 7fa3f17 commit 75c8bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/remotefortressreader/remotefortressreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ static command_result GetUnitListInside(color_ostream &stream, const BlockReques
using df::global::cur_year;
using df::global::cur_year_tick;

send_unit->set_age(Units::getAge(unit, false));
send_unit->set_age(Units::getAge(unit, false));

ConvertDfColor(Units::getProfessionColor(unit), send_unit->mutable_profession_color());
send_unit->set_flags1(unit->flags1.whole);
Expand Down

0 comments on commit 75c8bf1

Please sign in to comment.