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 | 9b87efca9cef49a76866ff419bb914a433d89830 (patch) | |
tree | fcdd018abfd09b679e69f42507bcf7e4ddc9f0a8 /utils/tree.h | |
parent | 8458a1851c91ae3b1effaa0f389bbb84c4fa795a (diff) |
Run clang-format
Diffstat (limited to 'utils/tree.h')
-rw-r--r-- | utils/tree.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/tree.h b/utils/tree.h index ac80f6c7..6c3406d6 100644 --- a/utils/tree.h +++ b/utils/tree.h @@ -52,12 +52,12 @@ struct STreeItem { char *m_pszTerm; std::vector<STreeItem *> m_vecChildren; // children items - STreeItem *m_ptParent; // the parent item + STreeItem *m_ptParent; // the parent item int m_iBegin; - int m_iEnd; // the node span words[m_iBegin, m_iEnd] - int m_iHeadChild; // the index of its head child - int m_iHeadWord; // the index of its head word + int m_iEnd; // the node span words[m_iBegin, m_iEnd] + int m_iHeadChild; // the index of its head child + int m_iHeadWord; // the index of its head word int m_iBrotherIndex; // the index in his brothers }; |