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 <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
commit6249432407af8730c10bccc7894c0725fcaf5e47 (patch)
tree3ac1f094b9fdc199b04bc5ef209ce00e3596e37d /biconcor/Alignment.cpp
parent59bd7deb4b6b9c4f7b3b7dbb055783528fbc31ca (diff)
beautify
Diffstat (limited to 'biconcor/Alignment.cpp')
-rw-r--r--biconcor/Alignment.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/biconcor/Alignment.cpp b/biconcor/Alignment.cpp
index e73e18840..814802531 100644
--- a/biconcor/Alignment.cpp
+++ b/biconcor/Alignment.cpp
@@ -5,7 +5,8 @@
#include <stdlib.h>
#include <cstring>
-namespace {
+namespace
+{
const int LINE_MAX_LENGTH = 10000;
@@ -84,10 +85,10 @@ void Alignment::Create(const string& fileName)
}
Alignment::Alignment()
- : m_array(NULL),
- m_sentenceEnd(NULL),
- m_size(0),
- m_sentenceCount(0) {}
+ : m_array(NULL),
+ m_sentenceEnd(NULL),
+ m_size(0),
+ m_sentenceCount(0) {}
Alignment::~Alignment()
{