Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-05-13 13:29:16 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-05-13 13:29:16 +0300
commit5173b9f6172cb695461b00826da935c2b2907c78 (patch)
tree1e39253453f4eef9934f5df5f342ade079fea9ed /moses/Syntax
parent0859e9a844cc23ff04b09b4ac3d580da9197d1a1 (diff)
beautify. Add sed for trailing spaces
Diffstat (limited to 'moses/Syntax')
-rw-r--r--moses/Syntax/Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Syntax/Manager.h b/moses/Syntax/Manager.h
index 8e26e0679..d62e2f72a 100644
--- a/moses/Syntax/Manager.h
+++ b/moses/Syntax/Manager.h
@@ -31,9 +31,9 @@ public:
void OutputSearchGraph(OutputCollector *collector) const {}
// void OutputSearchGraphHypergraph() const {}
- void
+ void
OutputSearchGraphAsHypergraph
- ( std::string const& fname, size_t const precision ) const
+ ( std::string const& fname, size_t const precision ) const
{ }
void OutputSearchGraphSLF() const {}