Fix indentation error
This commit is contained in:
parent
65ef5254de
commit
2ec2dac46f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue