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/status.cpp

    r481 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
     
    6061  dprintf("\r%s [\n");
    6162  int t=percentage/5;
    62   for (int i=0;i<t;i++)
     63  for (int i=0; i<t; i++)
    6364    dprintf(".");
    64   for (i=t+1;i<20;i++)
     65  for (i=t+1; i<20; i++)
    6566    dprintf(" ");
    6667  dprintf("]");
Note: See TracChangeset for help on using the changeset viewer.