Remove trailing spaces
This commit is contained in:
parent
fe9e82b2e6
commit
fd191a32ea
10 changed files with 74 additions and 74 deletions
|
@ -311,7 +311,7 @@ bool ExportDataAsCode(const char *data, unsigned int size, const char *fileName)
|
|||
if (success != 0) TRACELOG(LOG_INFO, "FILEIO: [%s] Data as code exported successfully", fileName);
|
||||
else TRACELOG(LOG_WARNING, "FILEIO: [%s] Failed to export data as code", fileName);
|
||||
|
||||
return success;
|
||||
return success;
|
||||
}
|
||||
|
||||
// Load text data from file, returns a '\0' terminated string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue