VirtualBox

Ignore:
Timestamp:
Nov 20, 2017 5:57:01 PM (7 years ago)
Author:
vboxsync
Message:

gen-sql-comments.py: no trailing spaces in generated license header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/db/gen-sql-comments.py

    r69448 r69778  
    214214    print("");
    215215    for sLine in __copyright__.split('\n'):
    216         print("-- %s" % (sLine,));
     216        if len(sLine) > 0:
     217            print("-- %s" % (sLine,));
     218        else:
     219            print("--");
    217220    print("");
    218221    print("");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette