Ignore:
Timestamp:
Apr 17, 2011, 11:56:44 PM (12 years ago)
Author:
Sam Hocevar
Message:

style: remove trailing spaces, fix copyright statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/sdlport/setup.h

    r56 r494  
    22 *  Abuse - dark 2D side-scrolling platform game
    33 *  Copyright (c) 1995 Crack dot Com
     4 *  Copyright (c) 2005-2011 Sam Hocevar <sam@hocevar.net>
    45 *
    56 *  This software was released into the Public Domain. As with most public
     
    1314struct flags_struct
    1415{
    15         short fullscreen;
    16         short doublebuf;
    17         short mono;
    18         short nosound;
    19         short grabmouse;
    20         short nosdlparachute;
    21         short xres;
    22         short yres;
    23         short overlay;
    24         short gl;
    25         int antialias;
     16    short fullscreen;
     17    short doublebuf;
     18    short mono;
     19    short nosound;
     20    short grabmouse;
     21    short nosdlparachute;
     22    short xres;
     23    short yres;
     24    short overlay;
     25    short gl;
     26    int antialias;
    2627};
    2728
    2829struct keys_struct
    2930{
    30         int left;
    31         int right;
    32         int up;
    33         int down;
    34         int b1;
    35         int b2;
    36         int b3;
    37         int b4;
     31    int left;
     32    int right;
     33    int up;
     34    int down;
     35    int b1;
     36    int b2;
     37    int b3;
     38    int b4;
    3839};
    3940
Note: See TracChangeset for help on using the changeset viewer.