浏览代码

Remove leading newline in SConstruct

Some editors don't recognize the shebang if it's not on the first line.
George Marques 7 年之前
父节点
当前提交
f6232efed9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      SConstruct

+ 0 - 1
SConstruct

@@ -1,4 +1,3 @@
-
 #!/usr/bin/env python
 
 EnsureSConsVersion(0, 98, 1)