rtti: re-indent

master
neingeist 10 years ago
parent c3a436f695
commit 5de6b902c9

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

Loading…
Cancel
Save