From 47c793ca4647a6868fabc041cbd63e5114994e3f Mon Sep 17 00:00:00 2001 From: MosesAdmin Date: Wed, 10 Jun 2015 00:00:40 +0100 Subject: daily automatic beautifier --- phrase-extract/SyntaxNodeCollection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phrase-extract') diff --git a/phrase-extract/SyntaxNodeCollection.h b/phrase-extract/SyntaxNodeCollection.h index da0e1eca3..ef0989cd0 100644 --- a/phrase-extract/SyntaxNodeCollection.h +++ b/phrase-extract/SyntaxNodeCollection.h @@ -56,7 +56,9 @@ public: }; //! Get the number of words (defined as 1 + the max end pos of any node). - std::size_t GetNumWords() const { return m_numWords; } + std::size_t GetNumWords() const { + return m_numWords; + } //! Clear the container (this deletes the SyntaxNodes). void Clear(); -- cgit v1.2.3