[Groonga-mysql-commit] mroonga/mroonga [master] doc coding-style: remove a needless this

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 15日 (木) 17:13:48 JST


Kouhei Sutou	2012-03-15 17:13:48 +0900 (Thu, 15 Mar 2012)

  New Revision: 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_;
       }
     }
 




Groonga-mysql-commit メーリングリストの案内
Back to archive index