Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:49:43 JST 2012
Kouhei Sutou 2012-03-15 17:13:48 +0900 (Thu, 15 Mar 2012) New Revision: 274245ebeda4849599f80dab8e38cee4313e1244 https://github.com/mroonga/mroonga/commit/274245ebeda4849599f80dab8e38cee4313e1244 Log: doc coding-style: remove a needless this Modified files: doc/source/developer/coding_style.rst Modified: doc/source/developer/coding_style.rst (+1 -1) =================================================================== --- doc/source/developer/coding_style.rst 2012-03-15 17:13:28 +0900 (90f2dec) +++ doc/source/developer/coding_style.rst 2012-03-15 17:13:48 +0900 (d67657f) @@ -290,7 +290,7 @@ TODO: ちゃんと考える。 unsigned int age_; MyClass(const MyClass &object) { - this.age_ = object.age_; + age_ = object.age_; } } -------------- next part -------------- HTML����������������������������...Download