From eaa01d355abd0e69bfec9d5b61f1330f42ff1fe8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 5 Apr 2010 04:01:35 +0000 Subject: STP: Remove stray semi-colons. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100391 91177308-0d34-0410-b5e6-96231b3b80d8 --- stp/AST/ASTUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stp/AST/ASTUtil.h') 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 -- cgit 1.4.1