VirtualBox

Changeset 26509 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Feb 14, 2010 9:35:03 AM (15 years ago)
Author:
vboxsync
Message:

Frontends: tabs -> spaces.

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp

    r26502 r26509  
    181181                        &&  (SDL_GetModState() & ~(KMOD_MODE | KMOD_NUM | KMOD_RESERVED)) == gHostKey)
    182182                    {
    183                         EvHKeyDown = *ev;
     183                        EvHKeyDown = *ev;
    184184                        enmHKeyState = HKEYSTATE_DOWN;
    185185                        break;
     
    415415        default:
    416416        {
    417           printf("%s:%d unknown SDL event %d\n",__FILE__,__LINE__,ev->type);
     417            printf("%s:%d unknown SDL event %d\n",__FILE__,__LINE__,ev->type);
    418418            LogBird(("unknown SDL event %d\n", ev->type));
    419419            break;
     
    588588        case SDLK_CLEAR:            return 0x;
    589589        case SDLK_KP_EQUALS:        return 0x;
    590         case SDLK_COMPOSE:          return 0x;
     590        case SDLK_COMPOSE:          return 0x;
    591591        case SDLK_HELP:             return 0x;
    592592        case SDLK_BREAK:            return 0x;
    593         case SDLK_POWER:            return 0x;
    594         case SDLK_EURO:             return 0x;
    595         case SDLK_UNDO:             return 0x;
     593        case SDLK_POWER:            return 0x;
     594        case SDLK_EURO:             return 0x;
     595        case SDLK_UNDO:             return 0x;
    596596#endif
    597597        default:
  • trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp

    r19844 r26509  
    314314        return E_POINTER;
    315315
    316         /// @todo
    317 
    318         NOREF(aCount);
    319         NOREF(aCountCopied);
     316    /// @todo
     317
     318    NOREF(aCount);
     319    NOREF(aCountCopied);
    320320
    321321    return S_OK;
     
    329329        return E_POINTER;
    330330
    331         /// @todo
    332 
    333         NOREF(aCount);
     331    /// @todo
     332
     333    NOREF(aCount);
    334334
    335335    return S_OK;
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