rtti: re-indent

This commit is contained in:
neingeist 2014-08-24 14:43:35 +02:00
parent c3a436f695
commit 5de6b902c9

View file

@ -6,7 +6,7 @@
class Nail {
public:
Nail(float length)
: length(length) {};
: length(length) {}
float getLength() {
return length;