diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:01:35 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:01:35 +0000 |
commit | eaa01d355abd0e69bfec9d5b61f1330f42ff1fe8 (patch) | |
tree | ad2d3b1689b69b87254a58197246a4fce6e537d5 /stp/AST/ASTUtil.h | |
parent | 40feb785ee98ead840f043f336a5d403c9752b94 (diff) | |
download | klee-eaa01d355abd0e69bfec9d5b61f1330f42ff1fe8.tar.gz |
STP: Remove stray semi-colons.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100391 91177308-0d34-0410-b5e6-96231b3b80d8
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 |