remove trailing whitespace, replace tabs with 4x space

This commit is contained in:
jomo
2015-08-13 00:30:54 +02:00
parent 34eed808dc
commit 45008c0443
11 changed files with 77 additions and 77 deletions

View File

@@ -92,7 +92,7 @@ def adminnotes_command(sender, command, label, args):
show_an_help(sender)
return
if not args[1].isdigit():
msg(sender, "&cThe ID has to be numeric (check /an if you're unsure)")
msg(sender, "&cThe ID has to be numeric (check /an if you're unsure)")
return
note_id = int(args[1])-1
if note_id >= len(notes):