Navigation Menu

Skip to content

Commit

Permalink
doc coding-style: remove a needless this
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 15, 2012
1 parent 2793a5a commit 274245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/developer/coding_style.rst
Expand Up @@ -290,7 +290,7 @@ TODO: ちゃんと考える。
unsigned int age_;
MyClass(const MyClass &object)
{
this.age_ = object.age_;
age_ = object.age_;
}
}

Expand Down

0 comments on commit 274245e

Please sign in to comment.