mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 20:51:15 +00:00
indentation fix
This commit is contained in:
parent
47d205ea4c
commit
5fea63df40
@ -476,9 +476,9 @@ int discard(Uint32 event_mask)
|
||||
for (unsigned int i=0; i < keepers.size(); ++i)
|
||||
{
|
||||
if(SDL_PushEvent(&keepers[i]) != 0) {
|
||||
ERR_GEN << "failed to return an event to the queue.";
|
||||
}
|
||||
}
|
||||
ERR_GEN << "failed to return an event to the queue.";
|
||||
}
|
||||
}
|
||||
|
||||
return discard_count;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user