Skip to content

Commit

Permalink
config tool: fix indentation in hud code
Browse files Browse the repository at this point in the history
  • Loading branch information
krawthekrow committed Jul 22, 2018
1 parent b7d065f commit 067376f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gui/game/GameView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2391,10 +2391,10 @@ void GameView::OnDraw()
if (type == PT_CRAY || type == PT_DRAY || type == PT_EXOT || type == PT_LIGH || type == PT_SOAP || type == PT_TRON || type == PT_VIBR || type == PT_VIRS || type == PT_WARP || type == PT_LCRY || type == PT_CBNW || type == PT_TSNS || type == PT_DTEC || type == PT_LSNS || type == PT_PSTN)
{
sampleInfo << ", " <<
(isConfiguringTmp2 ? lbrace : noneString) <<
"Tmp2" <<
(isConfiguringTmp2 ? rbrace : noneString) <<
": " << samplePart.tmp2;
(isConfiguringTmp2 ? lbrace : noneString) <<
"Tmp2" <<
(isConfiguringTmp2 ? rbrace : noneString) <<
": " << samplePart.tmp2;
}

sampleInfo << ", Pressure: " << sample.AirPressure;
Expand Down

0 comments on commit 067376f

Please sign in to comment.