VirtualBox

Ignore:
Timestamp:
Sep 22, 2016 11:01:17 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110828
Message:

OpenGL: fixed the most annoying coding style flaws, mainly removing spaces after '(' and before ')', no semantic change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/debug_opcodes.py

    r63939 r63942  
    2121{
    2222\tunsigned int i;
    23 \tfor (i = 0 ; i < num_opcodes ; i++)
     23\tfor (i = 0; i < num_opcodes; i++)
    2424\t{
    2525\t\tswitch(*(ptr--))
     
    3333        if "pack" in apiutil.ChromiumProps(func_name):
    3434                print('\t\tcase %s:' % apiutil.OpcodeName( func_name ))
    35                 print('\t\t\tfprintf( fp, "%s\\n" ); ' % apiutil.OpcodeName( func_name ))
     35                print('\t\t\tfprintf(fp, "%s\\n"); ' % apiutil.OpcodeName( func_name ))
    3636                print( '\t\t\tbreak;')
    3737
Note: See TracChangeset for help on using the changeset viewer.

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