Style: fix indentation.

This commit is contained in:
Hartmut Brandt 2004-12-06 11:30:36 +00:00
parent c27b9a8d27
commit 595e513a56
2 changed files with 641 additions and 624 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,11 +47,11 @@
#define _DIR
typedef struct Path {
char *name; /* Name of directory */
int refCount; /* Number of paths with this directory */
int hits; /* the number of times a file in this
* directory has been found */
Hash_Table files; /* Hash table of files in directory */
char *name; /* Name of directory */
int refCount; /* Number of paths with this directory */
int hits; /* Number of times a file in this dirextory has
* been found */
Hash_Table files; /* Hash table of files in directory */
} Path;
void Dir_Init(void);