summaryrefslogtreecommitdiff
path: root/src/options/options_holder_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_holder_template.h')
-rw-r--r--src/options/options_holder_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/options_holder_template.h b/src/options/options_holder_template.h
index e8cab00c7..956cd87bf 100644
--- a/src/options/options_holder_template.h
+++ b/src/options/options_holder_template.h
@@ -22,7 +22,7 @@
// clang-format off
${headers_module}$
-namespace CVC5 {
+namespace cvc5 {
namespace options {
struct OptionsHolder
@@ -33,7 +33,7 @@ struct OptionsHolder
}; /* struct OptionsHolder */
} // namespace options
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__OPTIONS__OPTIONS_HOLDER_H */
// clang-format on
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback