Skip to content

Commit 79d64ab

Browse files
authored
Add spaces after ifs
1 parent 2e72c99 commit 79d64ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/physics/arcade/Body.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,8 @@ var Body = new Class({
10891089

10901090
var gameObject = this.gameObject;
10911091

1092-
if(width === undefined) { width = gameObject.frame.data.sourceSize.w; }
1093-
if(height === undefined) { height = gameObject.frame.data.sourceSize.h; }
1092+
if (width === undefined) { width = gameObject.frame.data.sourceSize.w; }
1093+
if (height === undefined) { height = gameObject.frame.data.sourceSize.h; }
10941094

10951095
this.sourceWidth = width;
10961096
this.sourceHeight = height;

0 commit comments

Comments
 (0)