From 1eadf8a212c9ed0eac252f1023d42de35a276b82 Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 30 Jul 2007 15:25:36 +0000 Subject: [PATCH] add extra newline in build script git-svn-id: http://svn.openlayers.org/trunk/openlayers@3822 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tools/mergejs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mergejs.py b/tools/mergejs.py index 7dafd25785..82d6d46936 100755 --- a/tools/mergejs.py +++ b/tools/mergejs.py @@ -147,7 +147,7 @@ def run (sourceDirectory, outputFilename = None, configFile = None): allFiles.append(filepath) ## Header inserted at the start of each file in the output - HEADER = "/* " + "=" * 70 + " %s\n" + " " + "=" * 70 + " */\n\n" + HEADER = "/* " + "=" * 70 + "\n %s\n" + " " + "=" * 70 + " */\n\n" files = {}