Removed an unnecessary space
This commit is contained in:
parent
57c21dc521
commit
61c603b6aa
|
@ -547,7 +547,6 @@ void CAppPage::Template_Filter()
|
|||
|| (name.Find(L"PaleMoon_") != -1)
|
||||
|| (name.Find(L"SeaMonkey_") != -1)
|
||||
|| (name.Find(L"LibreWolf_") != -1);
|
||||
|
||||
BOOL ch = (name.Find(L"Chrome_") != -1);
|
||||
BOOL other = (name.Find(L"Dragon_") != -1)
|
||||
|| (name.Find(L"Iron_") != -1)
|
||||
|
|
Loading…
Reference in New Issue