Remove unnecessary spaces

This commit is contained in:
Myned
2020-05-17 23:44:24 -04:00
parent e33e93fd18
commit ac051a42a8
2 changed files with 11 additions and 12 deletions

View File

@@ -303,7 +303,6 @@ bool isInFocus(const QString &exeToCheck)
return (equals || matches);
}
int secondsSinceLastInput()
{
time_t idle_time;