Skip to content

Commit

Permalink
Fix header double-inclusion guard name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyastolfi committed Dec 3, 2024
1 parent 6d04e86 commit 994b26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/llfs/testing/scenario_runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//+++++++++++-+-+--+----- --- -- - - - -

#pragma once
#ifndef LLFS_SCENARIO_RUNNER_HPP
#define LLFS_SCENARIO_RUNNER_HPP
#ifndef LLFS_TESTING_SCENARIO_RUNNER_HPP
#define LLFS_TESTING_SCENARIO_RUNNER_HPP

#include <llfs/config.hpp>
//
Expand Down Expand Up @@ -179,4 +179,4 @@ class ScenarioRunner
} //namespace testing
} //namespace llfs

#endif // LLFS_SCENARIO_RUNNER_HPP
#endif // LLFS_TESTING_SCENARIO_RUNNER_HPP

0 comments on commit 994b26c

Please sign in to comment.