doc: Fix typos in endif header comments

This commit is contained in:
MarcoFalke
2021-11-12 11:19:44 +01:00
parent ad09c287cb
commit fa44237d76
22 changed files with 22 additions and 22 deletions

View File

@@ -25,4 +25,4 @@ std::pair<bool,std::string> ReadBinaryFile(const fs::path &filename, size_t maxs
*/
bool WriteBinaryFile(const fs::path &filename, const std::string &data);
#endif /* BITCOIN_UTIL_READWRITEFILE_H */
#endif // BITCOIN_UTIL_READWRITEFILE_H

View File

@@ -103,4 +103,4 @@ template <typename T1, size_t PREFIX_LEN>
std::equal(std::begin(prefix), std::end(prefix), std::begin(obj));
}
#endif // BITCOIN_UTIL_STRENCODINGS_H
#endif // BITCOIN_UTIL_STRING_H

View File

@@ -42,4 +42,4 @@
#endif
#endif /* BITCOIN_UTIL_TRACE_H */
#endif // BITCOIN_UTIL_TRACE_H