Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Mar 24, 2024
1 parent b813b29 commit dfd6d34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CZICheck/checkers/checkerSubBlkBitmapValid.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
class CCheckSubBlkBitmapValid : public IChecker, CCheckerBase
{
public:
static const CZIChecks kCheckType = CZIChecks::CheckSubBlockBitmapValid;
static const char* kDisplayName;
static const char* kShortName;
static const CZIChecks kCheckType = CZIChecks::CheckSubBlockBitmapValid;
static const char* kDisplayName;
static const char* kShortName;

CCheckSubBlkBitmapValid(
const std::shared_ptr<libCZI::ICZIReader>& reader,
CResultGatherer& result_gatherer,
const CheckerCreateInfo& additional_info);
void RunCheck() override;
CCheckSubBlkBitmapValid(
const std::shared_ptr<libCZI::ICZIReader>& reader,
CResultGatherer& result_gatherer,
const CheckerCreateInfo& additional_info);
void RunCheck() override;
};

0 comments on commit dfd6d34

Please sign in to comment.