mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Style: fix indentation.
This commit is contained in:
parent
c27b9a8d27
commit
595e513a56
2 changed files with 641 additions and 624 deletions
1255
usr.bin/make/dir.c
1255
usr.bin/make/dir.c
File diff suppressed because it is too large
Load diff
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue