소스 검색

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)