Changeset 4047

Show
Ignore:
Timestamp:
04/06/06 19:07:21 (2 years ago)
Author:
morris
Message:

Indent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/file/wi-fts.c

    r3582 r4047  
    117117        WI_FTSENT *parent, *tmp; 
    118118        size_t len; 
    119          
     119 
    120120        /* Options check. */ 
    121121        if (options & ~WI_FTS_OPTIONMASK) { 
     
    390390                /* 
    391391                 * If reached the top, return to the original directory (or 
    392                                                                                                                                 * the root of the tree), and load the paths for the next root. 
     392                * the root of the tree), and load the paths for the next root. 
    393393                 */ 
    394394                if (p->fts_level == WI_FTS_ROOTLEVEL) { 
  • libwired/trunk/libwired/file/wi-fts.h

    r3552 r4047  
    108108#define WI_FTS_ROOTPARENTLEVEL  -1 
    109109#define WI_FTS_ROOTLEVEL                0 
    110         short fts_level; 
     110        short                                          fts_level; 
    111111         
    112112#define WI_FTS_D                                1