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

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

View File

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

View File

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

View File

@ -48,3 +48,4 @@ public:
};
#endif

View File

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

View File

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

View File

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