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/simplifier/bvsolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stp/simplifier/bvsolver.cpp') diff --git a/stp/simplifier/bvsolver.cpp b/stp/simplifier/bvsolver.cpp index 1c08f30b..369251db 100644 --- a/stp/simplifier/bvsolver.cpp +++ b/stp/simplifier/bvsolver.cpp @@ -711,4 +711,4 @@ namespace BEEV { UpdateAlreadySolvedMap(input,output); return output; } //end of BVSolve_Even() -};//end of namespace BEEV +} //end of namespace BEEV -- cgit 1.4.1