diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 16:58:44 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 16:58:44 -0400 |
commit | 6cb042533b49765c06f4fa072947304433182add (patch) | |
tree | c901ef3aa9c564d8715dd22bae6dd04c80045a6a /decoder/ff_const_reorder.cc | |
parent | 4649248a3fa82c89c3d3782cecdcdcf5d487771b (diff) |
Run clang-format
Diffstat (limited to 'decoder/ff_const_reorder.cc')
-rw-r--r-- | decoder/ff_const_reorder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc index fc774c3a..e51cc6cc 100644 --- a/decoder/ff_const_reorder.cc +++ b/decoder/ff_const_reorder.cc @@ -304,7 +304,7 @@ struct TargetTranslation { if (target_end == -1) target_begin = -1; } - const uint16_t begin_pos_, end_pos_; // the position in parse + const uint16_t begin_pos_, end_pos_; // the position in parse const uint16_t input_begin_pos_, input_end_pos_; // the position in input const uint16_t e_num_words_; vector<AlignmentPoint*> align_; |