Changeset 4785


Ignore:
Timestamp:
06/25/11 12:09:32 (2 years ago)
Author:
sam
Message:

test: fix tabs in source code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/client.c

    r4784 r4785  
    115115    else if (t & CACA_EVENT_QUIT) 
    116116    { 
    117         bytes = snprintf(buf, sizeof(buf) - 1, "QUIT"); 
     117        bytes = snprintf(buf, sizeof(buf) - 1, "QUIT"); 
    118118    } 
    119119    if (bytes) 
Note: See TracChangeset for help on using the changeset viewer.