Fix indentation error

This commit is contained in:
Micke Prag 2012-01-04 16:11:08 +01:00
parent 65ef5254de
commit 2ec2dac46f

View file

@ -239,7 +239,7 @@ std::string TelldusCore::sformatf(const char *format, va_list ap) {
}
if ((np = (char *)realloc (p, size)) == NULL) {
free(p);
return "";
return "";
} else {
p = np;
}