diff options
author | Oz Linden <oz@lindenlab.com> | 2016-04-20 17:51:30 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-04-20 17:51:30 -0400 |
commit | dd0d9319d94588b7575e029e1bfe9fdc7d415a21 (patch) | |
tree | f8b6dd8e6cc86620c69d0bf5a588696f40986e56 /scripts | |
parent | 928f8fb608b2e7a32eee8fa65e437bf22446f81e (diff) |
make the About... / Licenses tab more readable by adding blank lines
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/packages-formatter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/packages-formatter.py b/scripts/packages-formatter.py index 4e66cf9ed4..928d340b69 100755 --- a/scripts/packages-formatter.py +++ b/scripts/packages-formatter.py @@ -91,3 +91,4 @@ for pkg in sorted(version): print copyright[pkg] else: sys.exit("No copyright for %s" % pkg) + print '' |