Skip to content

Commit 64c57ad

Browse files
committed
ProjectPlayer: Fix code style
1 parent 4b842fb commit 64c57ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ScratchCPPGui/ProjectPlayer.qml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ ProjectScene {
2525
onStageModelChanged: stageModel.renderedTarget = this
2626
}
2727

28-
function start() {
29-
loader.start();
30-
}
28+
function start() {
29+
loader.start();
30+
}
3131

32-
function stop() {
33-
loader.stop();
34-
}
32+
function stop() {
33+
loader.stop();
34+
}
3535

3636
Repeater {
3737
id: sprites

0 commit comments

Comments
 (0)