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 {
|
class Nail {
|
||||||
public:
|
public:
|
||||||
Nail(float length)
|
Nail(float length)
|
||||||
: length(length) {};
|
: length(length) {}
|
||||||
|
|
||||||
float getLength() {
|
float getLength() {
|
||||||
return length;
|
return length;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue