whitespace fixup

This commit is contained in:
jan 2016-12-25 12:15:34 -08:00
parent f04c214e63
commit c03ac6050c

View File

@ -24,7 +24,6 @@ def main(in_file, out_file, dll_path=None):
dll_path = 'C:/Program Files (x86)/Audible/Bin/AAXSDKWin.dll'
dll = ctypes.CDLL(dll_path)
handle = open_file(dll, in_file)
a = (dll, handle)
@ -252,4 +251,3 @@ def get_max_bitrate(dll, handle):
raise Exception('AAXGetAvgBitrate: {}'.format(res))
return bitrate.value