Formatting: Tabs to spaces

This commit is contained in:
Jason Follas
2013-08-26 08:10:32 -04:00
parent c93f4348b0
commit d8daefbf85
2 changed files with 17 additions and 17 deletions

View File

@@ -77,9 +77,9 @@
break;
}
}
if (this.getFill() !== undefined)
canvas.fill(this);
if (this.getFill() !== undefined)
canvas.fill(this);
canvas.stroke(this);
}
};