Merge pull request #1041 from pirapira/typo_and_whitespace

Fix a typo and a whitespace inconsistency
This commit is contained in:
chriseth
2016-09-07 20:05:30 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ bool Why3Translator::visit(Literal const& _literal)
else
add("(of_int " + toString(type->literalValue(&_literal)) + ")");
break;
}
}
default:
error(_literal, "Not supported.");
}
+1 -1
View File
@@ -108,7 +108,7 @@ private:
/// @returns a string representing an expression that is a copy of this.storage
std::string copyOfStorage() const;
/// Visits the givin statement and indents it unless it is a block
/// Visits the given statement and indents it unless it is a block
/// (which does its own indentation).
void visitIndentedUnlessBlock(Statement const& _statement);