summaryrefslogtreecommitdiff
path: root/yapf/autocopyptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapf/autocopyptr.hpp')
-rw-r--r--yapf/autocopyptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yapf/autocopyptr.hpp b/yapf/autocopyptr.hpp
index 2206ca00f..46c727789 100644
--- a/yapf/autocopyptr.hpp
+++ b/yapf/autocopyptr.hpp
@@ -19,7 +19,7 @@ class CAutoCopyPtrT {
protected:
typedef Tdata_ Tdata;
- struct CItem {
+ struct CItem {
int m_ref_cnt; ///< reference counter
Tdata m_data; ///< custom data itself