From f6232efed99d8190864564a0886764d88e2a58dc Mon Sep 17 00:00:00 2001 From: George Marques Date: Mon, 13 Nov 2017 02:04:18 -0200 Subject: [PATCH] Remove leading newline in SConstruct Some editors don't recognize the shebang if it's not on the first line. --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 9d536e0d16c..7a28a1a64cb 100644 --- a/SConstruct +++ b/SConstruct @@ -1,4 +1,3 @@ - #!/usr/bin/env python EnsureSConsVersion(0, 98, 1)