diff --git a/src/fs.h b/src/fs.h --- a/src/fs.h +++ b/src/fs.h @@ -20,4 +20,4 @@ FILE *freopen(const fs::path &p, const char *mode, FILE *stream); }; -#endif +#endif // BITCOIN_FS_H