Skip to content

Commit 08e58d5

Browse files
committed
Replace tab by space to please the CodeFactor god.
1 parent 2a90db0 commit 08e58d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/output/output_structure_legacy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ void COutputLegacy::SetConvHistory_Body(ofstream *ConvHist_file,
17751775

17761776
switch (config[val_iZone]->GetKind_Turb_Model()) {
17771777
case TURB_MODEL::SA: case TURB_MODEL::SA_NEG: case TURB_MODEL::SA_E: case TURB_MODEL::SA_E_COMP: case TURB_MODEL::SA_COMP: cout << " Res[nu]"; break;
1778-
case TURB_MODEL::SST: case TURB_MODEL::SST_SUST: cout << " Res[kine]" << " Res[omega]"; break;
1778+
case TURB_MODEL::SST: case TURB_MODEL::SST_SUST: cout << " Res[kine]" << " Res[omega]"; break;
17791779
default: break;
17801780
}
17811781

0 commit comments

Comments
 (0)