summaryrefslogtreecommitdiff
path: root/src/theory/booleans
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
commit7719416c6698cdc49b7a0d2d62b4472ef815a487 (patch)
tree472f1fd2f399224062753b5bc588b567423efa4a /src/theory/booleans
parent738114852c81e7203fda105d5386dc26187fcb87 (diff)
remove/shuffle some #include dependencies; fix some documentation; apply coding standards
Diffstat (limited to 'src/theory/booleans')
-rw-r--r--src/theory/booleans/theory_bool_type_rules.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/theory/booleans/theory_bool_type_rules.h b/src/theory/booleans/theory_bool_type_rules.h
index 20dd56fa7..70b53a930 100644
--- a/src/theory/booleans/theory_bool_type_rules.h
+++ b/src/theory/booleans/theory_bool_type_rules.h
@@ -18,8 +18,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY_BOOL_TYPE_RULES_H_
-#define __CVC4__THEORY_BOOL_TYPE_RULES_H_
+#ifndef __CVC4__THEORY_BOOL_TYPE_RULES_H
+#define __CVC4__THEORY_BOOL_TYPE_RULES_H
namespace CVC4 {
namespace theory {
@@ -61,8 +61,8 @@ class IteTypeRule {
}
};
-} // boolean namespace
-} // theory namespace
-} // CVC4 namespace
+}/* namespace CVC4::theory::boolean */
+}/* namespace CVC4::theory */
+}/* namespace CVC4 */
-#endif /* __CVC4__THEORY_BOOL_TYPE_RULES_H_ */
+#endif /* __CVC4__THEORY_BOOL_TYPE_RULES_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback