mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-11 21:06:22 -05:00
Run code through the advanced tool 'sed' to remove trailing whitespace.
This commit is contained in:
@@ -134,7 +134,7 @@ void FindFilename(u64 offset)
|
||||
// There's something wrong with the paths
|
||||
if (!fname || (strlen(fname) == 512))
|
||||
return;
|
||||
|
||||
|
||||
CheckFile(fname, pFileSystem->GetFileSize(fname));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user