Skip to content

Commit 752fc31

Browse files
Fix header guard
1 parent a44b369 commit 752fc31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/invariant_utils.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: Chris Smowton, [email protected]
66
77
\*******************************************************************/
88

9-
#ifndef CPROVER_UTIL_INVARIANT_TYPES_H
10-
#define CPROVER_UTIL_INVARIANT_TYPES_H
9+
#ifndef CPROVER_UTIL_INVARIANT_UTILS_H
10+
#define CPROVER_UTIL_INVARIANT_UTILS_H
1111

1212
#include "invariant.h"
1313

@@ -45,4 +45,4 @@ std::string pretty_print_invariant_with_irep(
4545
#define DATA_INVARIANT_WITH_IREP(CONDITION, DESCRIPTION, IREP) \
4646
INVARIANT_WITH_IREP((CONDITION), (DESCRIPTION), (IREP))
4747

48-
#endif
48+
#endif // CPROVER_UTIL_INVARIANT_UTILS_H

0 commit comments

Comments
 (0)