Get rid of warnings about lack of newlines

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1691 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
bhaddow 2008-05-15 06:44:36 +00:00
parent 7504287463
commit 1f84c9eab7
7 changed files with 13 additions and 6 deletions

View File

@ -131,4 +131,5 @@ void FeatureData::add(FeatureStats e, int sent_idx){
add(a);
// TRACE_ERR("size: " << size() << " -> " << a.size() << std::endl);
}
}
}

View File

@ -63,3 +63,4 @@ public:
#endif

View File

@ -81,4 +81,5 @@ public:
};
#endif
#endif

View File

@ -47,4 +47,5 @@ public:
const PARAM_VEC &GetParam(const std::string &paramName) { return m_setting[paramName]; }
};
#endif
#endif

View File

@ -63,4 +63,5 @@ public:
};
#endif
#endif

View File

@ -79,4 +79,5 @@ public:
};
#endif
#endif

View File

@ -91,4 +91,5 @@ int unpackVector(char *buffer, size_t &bufferlen, vector<T> &theVector)
return vector_memsize;
};
#endif
#endif