Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 14af67a

Browse files
committed
Formatting
1 parent cc1061c commit 14af67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ struct Star {
147147
StarSize m_Size = StarSmall;
148148

149149
Star() {}
150-
Star(BITMAP *pBitmap, int posX, int posY, float scrollRatio, int intensity)
151-
: m_Bitmap(pBitmap),
150+
Star(BITMAP *pBitmap, int posX, int posY, float scrollRatio, int intensity) :
151+
m_Bitmap(pBitmap),
152152
m_PosX(posX),
153153
m_PosY(posY),
154154
m_ScrollRatio(scrollRatio),

0 commit comments

Comments
 (0)