mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
fix indent
This commit is contained in:
parent
838c467724
commit
cb4f43d104
@ -66,9 +66,10 @@ static int cmd_project(void *data, const char *input) {
|
||||
free (data);
|
||||
free (str);
|
||||
}
|
||||
if (del>0)
|
||||
if (del>0) {
|
||||
eprintf ("Deleted %d lines\n", del);
|
||||
free (str);
|
||||
}
|
||||
free (str);
|
||||
fclose (fd);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user