Add newline at the end of file.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-08-13 23:31:09 +02:00
parent 349df56b09
commit 6956587106
11 changed files with 11 additions and 11 deletions

View File

@@ -37,4 +37,4 @@ int cmd_delete_file() {
if (delete_file(ef) != CCID_OK)
return SW_EXEC_ERROR();
return SW_OK();
}
}