Remove leading newline in SConstruct

Some editors don't recognize the shebang if it's not on the first line.
This commit is contained in:
George Marques 2017-11-13 02:04:18 -02:00
parent 47e5b43160
commit f6232efed9
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D

View file

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