Skip to content

Commit

Permalink
resolving c++ linter
Browse files Browse the repository at this point in the history
Namespace should be terminated with '// namespace CRCPP'  [readability/namespace]
  • Loading branch information
ruck314 committed Jun 29, 2024
1 parent 34236a7 commit a8322ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rogue/protocols/packetizer/CRC.h
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ inline const CRC::Parameters<crcpp_uint64, 64>& CRC::CRC_64() {
#endif // CRCPP_INCLUDE_ESOTERIC_CRC_DEFINITIONS

#ifdef CRCPP_USE_NAMESPACE
}
} //NOLINT
#endif

#endif // CRCPP_CRC_H_

0 comments on commit a8322ae

Please sign in to comment.