Skip to content

Commit 10dbc32

Browse files
committed
break formatting
1 parent 1373770 commit 10dbc32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Managers/FrameMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ namespace RTE {
190190
m_ColorTables.at(DrawBlendMode::BlendTransparency).try_emplace(colorChannelBlendAmounts);
191191
create_trans_table(&m_ColorTables[DrawBlendMode::BlendTransparency].at(colorChannelBlendAmounts).first, m_DefaultPalette, adjustedBlendAmount, adjustedBlendAmount, adjustedBlendAmount, nullptr);
192192
m_ColorTables[DrawBlendMode::BlendTransparency].at(colorChannelBlendAmounts).second = -1;
193-
}
193+
}
194194
}
195195

196196
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source/Managers/WindowMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,4 +802,4 @@ namespace RTE {
802802
FrameMark;
803803
}
804804

805-
} // namespace RTE
805+
} // namespace RTE

0 commit comments

Comments
 (0)