mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 13:07:58 -05:00
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
This commit is contained in:
@ -43,7 +43,7 @@ void CFileSearch::FindFiles(const std::string& _searchString, const std::string&
|
||||
bool bkeepLooping = true;
|
||||
|
||||
while (bkeepLooping)
|
||||
{
|
||||
{
|
||||
if (findData.cFileName[0] != '.')
|
||||
{
|
||||
std::string strFilename;
|
||||
|
Reference in New Issue
Block a user