瀏覽代碼

use Spaces instead of Tabs

Manfred Kröhnert 11 年之前
父節點
當前提交
a35101177e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      presentation/Gruntfile.js

+ 1 - 1
presentation/Gruntfile.js

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