mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
tools: Cleanup trailing whitespace.
Codacy warning.
This commit is contained in:
@@ -38,7 +38,7 @@ for filename in all_source_files:
|
||||
data = f.read()
|
||||
except:
|
||||
continue
|
||||
|
||||
|
||||
tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data)))
|
||||
|
||||
print("{} tokens found.".format(len(tokens)))
|
||||
|
||||
Reference in New Issue
Block a user