JANITORIAL: Remove more trailing spaces
This commit is contained in:
parent
dead4aa014
commit
355c4fa646
60 changed files with 211 additions and 211 deletions
|
@ -113,7 +113,7 @@ void openOutputFile(const char *outFilename) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Write out the data for the font
|
||||
* Write out the data for the font
|
||||
*/
|
||||
void writeFontBlock() {
|
||||
const int knownAddr[3] = {0x30cd, 0x36b0, 0x36c0};
|
||||
|
@ -149,7 +149,7 @@ void writeFontBlock() {
|
|||
}
|
||||
|
||||
void writeStaticStrings(const char **strings, DataType dataType, int languageId) {
|
||||
// Write out a section header
|
||||
// Write out a section header
|
||||
const char sStaticStrings[4] = { 'S', 'S', 'T', 'R' };
|
||||
const char sGameStrings[4] = { 'G', 'S', 'T', 'R' };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue