From d757346b55cf497f7a6887b00c1a84402f33f374 Mon Sep 17 00:00:00 2001 From: MosesAdmin Date: Mon, 19 Oct 2015 00:00:40 +0100 Subject: daily automatic beautifier --- OnDiskPt/PhraseNode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OnDiskPt/PhraseNode.h') diff --git a/OnDiskPt/PhraseNode.h b/OnDiskPt/PhraseNode.h index 39b9b3f21..1e3611d74 100644 --- a/OnDiskPt/PhraseNode.h +++ b/OnDiskPt/PhraseNode.h @@ -93,10 +93,10 @@ public: const PhraseNode *GetChild(const Word &wordSought, OnDiskWrapper &onDiskWrapper) const; - TargetPhraseCollection::shared_ptr - GetTargetPhraseCollection(size_t tableLimit, - OnDiskWrapper &onDiskWrapper) const; - + TargetPhraseCollection::shared_ptr + GetTargetPhraseCollection(size_t tableLimit, + OnDiskWrapper &onDiskWrapper) const; + void AddCounts(const std::vector &counts) { m_counts = counts; } -- cgit v1.2.3