Skip to content

Commit 8cf7d51

Browse files
committed
Newline before { [ci skip]
1 parent d1a3e59 commit 8cf7d51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/object/ispy.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ Ispy::on_flip(float height)
145145
m_dir = Direction::DOWN;
146146
m_sprite->set_action("idle-down");
147147
}
148-
else if (m_dir == Direction::DOWN) {
148+
else if (m_dir == Direction::DOWN)
149+
{
149150
m_dir = Direction::UP;
150151
m_sprite->set_action("idle-up");
151152
}

0 commit comments

Comments
 (0)