Fix trailing whitespace

This commit is contained in:
Kovid Goyal 2018-01-05 21:27:24 +05:30
parent fdcfcfa1b9
commit 5b2a9b101d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 8 additions and 8 deletions

View File

@ -287,7 +287,7 @@ def generate_key_table():
ind('case {}: // {}'.format(action, 'RELEASE PRESS REPEAT'.split()[action]))
i += 1
if action != defines.GLFW_RELEASE or mode == 'EXTENDED':
ind('switch (mods & 0xf) { ')
ind('switch (mods & 0xf) {')
i += 1
for mods in range(16):
key_bytes = {}