rtti: re-indent
This commit is contained in:
parent
c3a436f695
commit
5de6b902c9
1 changed files with 24 additions and 24 deletions
2
rtti.cpp
2
rtti.cpp
|
@ -6,7 +6,7 @@
|
|||
class Nail {
|
||||
public:
|
||||
Nail(float length)
|
||||
: length(length) {};
|
||||
: length(length) {}
|
||||
|
||||
float getLength() {
|
||||
return length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue