From 51387ddfbc536c5ecc88658682f1894411f60631 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 3 Aug 2014 12:15:15 +0200 Subject: adjust indentation --- blocks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 9f9e505..bb1c898 100644 --- a/blocks.js +++ b/blocks.js @@ -7714,7 +7714,7 @@ SymbolMorph.prototype.names = [ 'pointRight', 'gears', 'file', - 'mutedSounds', + 'mutedSounds', 'unmutedSounds', 'fullScreen', 'normalScreen', @@ -7840,9 +7840,9 @@ SymbolMorph.prototype.symbolCanvasColored = function (aColor) { return this.drawSymbolGears(canvas, aColor); case 'file': return this.drawSymbolFile(canvas, aColor); - case 'mutedSounds': + case 'mutedSounds': return this.drawSymbolMutedSounds(canvas, aColor); - case 'unmutedSounds': + case 'unmutedSounds': return this.drawSymbolUnmutedSounds(canvas, aColor); case 'fullScreen': return this.drawSymbolFullScreen(canvas, aColor); -- cgit v1.3.1