daily automatic beautifier

This commit is contained in:
MosesAdmin 2016-08-11 12:35:50 +01:00
parent 1416d8d290
commit 2564e1f4ee
2 changed files with 33 additions and 35 deletions

View File

@ -107,8 +107,7 @@ GetScore(const std::string& f, const std::string& e, const std::string& c)
}
return probs;
}
else {
} else {
// return empty vector;
}

View File

@ -8,8 +8,7 @@ namespace Moses
struct PointerState : public FFState {
const void* lmstate;
explicit PointerState()
{
explicit PointerState() {
// uninitialised
}