chore: pretty source

This commit is contained in:
Radim Kolar 2024-07-08 09:09:54 +02:00
parent a47b5d82d3
commit 3c14fc28cd

View File

@ -105,8 +105,9 @@ typedef struct {
#define L_RENAME 0x4000 #define L_RENAME 0x4000
#define L_ALL 0xffff #define L_ALL 0xffff
/* cache directory listing */ /* directory listing cache file */
#define FSP_DIRLISTING ".FSP_CONTENT" #define FSP_DIRLISTING ".FSP_CONTENT"
/* file names used for access control */ /* file names used for access control */
#define FSP_NOGET ".FSP_NO_GET" #define FSP_NOGET ".FSP_NO_GET"
#define FSP_DEL ".FSP_OK_DEL" #define FSP_DEL ".FSP_OK_DEL"