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
commit 993a1d710e
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
1 changed files with 1 additions and 1 deletions

View File

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