diff options
Diffstat (limited to 'stp/AST/ASTUtil.h')
-rw-r--r-- | stp/AST/ASTUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stp/AST/ASTUtil.h b/stp/AST/ASTUtil.h index 0ed6bfa2..c90ee0ce 100644 --- a/stp/AST/ASTUtil.h +++ b/stp/AST/ASTUtil.h @@ -103,5 +103,5 @@ namespace BEEV { //corresponding ASTNode and prints a char* of that ASTNode void Convert_MINISATVar_To_ASTNode_Print(int minisat_var, int decision, int polarity=0); -}; // end namespace. +} // end namespace. #endif |