Merge #10432: [Trivial] Add BITCOIN_FS_H endif footer in fs.h

2300a5e [Trivial] Add BITCOIN_FS_H endif footer in fs.h (Ahmad Kazi)

Tree-SHA512: fd56c5c78c12db74baeef93186b59814ac626beeecfad5db852ab8eaad8e71f7f47d64590bcdd9052cc9e97f4531ba90c1f66f0f9e6517d2f956d622803111df
This commit is contained in:
Wladimir J. van der Laan 2017-05-19 15:49:19 +02:00 committed by Pasta
parent 7ebe41b4b4
commit e32bbf40be
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -21,4 +21,4 @@ namespace fsbridge {
FILE *freopen(const fs::path& p, const char *mode, FILE *stream);
};
#endif
#endif // BITCOIN_FS_H