summaryrefslogtreecommitdiff
path: root/src/expr/proof_rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_rule.h')
-rw-r--r--src/expr/proof_rule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_rule.h b/src/expr/proof_rule.h
index 95f97ae44..7e0fc31fe 100644
--- a/src/expr/proof_rule.h
+++ b/src/expr/proof_rule.h
@@ -19,7 +19,7 @@
#include <iosfwd>
-namespace CVC5 {
+namespace cvc5 {
/**
* An enumeration for proof rules. This enumeration is analogous to Kind for
@@ -1379,6 +1379,6 @@ struct PfRuleHashFunction
size_t operator()(PfRule id) const;
}; /* struct PfRuleHashFunction */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__PROOF_RULE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback