Ignore:
Timestamp:
Jan 12, 2011, 4:13:52 PM (15 years ago)
Author:
dmik
Message:

testapp/gui/input: Formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/gui/input/input.c

    r21546 r21557  
    166166        while (GetMessage(&msg, NULL, 0, 0))
    167167        {
    168             printf("GetMessage = %08x %08x %08x %08x\n", hWnd, msg.message,
    169                    msg.wParam, msg.lParam);
     168            printf("GetMessage       = %08x %08x %08x %08x\n",
     169                   hWnd, msg.message, msg.wParam, msg.lParam);
    170170            TranslateMessage(&msg);
    171171            printf("TranslateMessage = %08x %08x %08x %08x\n",
Note: See TracChangeset for help on using the changeset viewer.