whitespace fixup
This commit is contained in:
parent
f04c214e63
commit
c03ac6050c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user