1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: fix indent with more recent clang-format

This commit is contained in:
Mathieu Schroeter 2017-08-04 23:34:10 +02:00
parent 4f856916a0
commit 1ee58d06c4
4 changed files with 36 additions and 31 deletions

View File

@ -1110,7 +1110,8 @@ void CDecor::Build (RECT clip, POINT posMouse)
// Dessine l'eau en mouvement.
pos.x = cPos.x - DIMCELX / 2;
pos.y = cPos.y;
n = table_eau[(m_timeConst / 2 + // lent !
n = table_eau
[(m_timeConst / 2 + // lent !
table_random_x[x % 10] + table_random_y[y % 10]) %
6];
m_pPixmap->DrawIcon (CHGROUND, CHFLOOR, n, pos); // eau

View File

@ -316,7 +316,9 @@ void CMenu::Draw ()
{
// if ( bRight )
// {
pos.x = m_pos.x + m_dim.x + 4; // texte à droite
pos.x =
m_pos.x + m_dim.x +
4; // texte à droite
// }
// else
// {
@ -358,7 +360,9 @@ void CMenu::Draw ()
{
// if ( bRight )
// {
pos.x = m_pos.x + m_dim.x + 4; // texte à droite
pos.x =
m_pos.x + m_dim.x +
4; // texte à droite
// }
// else
// {