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/imlib/fonts.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
     
    6667  int ch;
    6768
    68   for (ch=0;ch<256;ch++)
     69  for (ch=0; ch<256; ch++)
    6970  {
    7071    tmp.clear();
     
    7879{
    7980  int ch;
    80   for (ch=0;ch<256;ch++)
     81  for (ch=0; ch<256; ch++)
    8182    delete let[ch];
    8283}
Note: See TracChangeset for help on using the changeset viewer.