Browse Source

use Spaces instead of Tabs

Manfred Kröhnert 11 years ago
parent
commit
f43f3f63ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      twitterwall/Gruntfile.js

+ 1 - 1
twitterwall/Gruntfile.js

@@ -13,7 +13,7 @@ module.exports = function(grunt) {
       },
       twitterwall: {
         src: ['st/TwitterWall.st'],
-	output_dir: 'js',
+        output_dir: 'js',
 	libraries:[ 'Canvas']
       }
     }