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 /utils/tree.h | |
parent | 4649248a3fa82c89c3d3782cecdcdcf5d487771b (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 }; |