Skip to content

Commit 2b2893d

Browse files
committed
Fix header guard
1 parent 8402d50 commit 2b2893d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/goto-harness/function_call_harness_generator.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: Diffblue Ltd.
66
77
\******************************************************************/
88

9-
#ifndef CPROVER_GOTO_HARNESS_FUNCTION_HARNESS_GENERATOR_H
10-
#define CPROVER_GOTO_HARNESS_FUNCTION_HARNESS_GENERATOR_H
9+
#ifndef CPROVER_GOTO_HARNESS_FUNCTION_CALL_HARNESS_GENERATOR_H
10+
#define CPROVER_GOTO_HARNESS_FUNCTION_CALL_HARNESS_GENERATOR_H
1111

1212
#include <memory>
1313
#include <string>
@@ -36,4 +36,4 @@ class function_call_harness_generatort : public goto_harness_generatort
3636
std::unique_ptr<implt> p_impl;
3737
};
3838

39-
#endif // CPROVER_GOTO_HARNESS_FUNCTION_HARNESS_GENERATOR_H
39+
#endif // CPROVER_GOTO_HARNESS_FUNCTION_CALL_HARNESS_GENERATOR_H

0 commit comments

Comments
 (0)