mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Remove unneeded newlines
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
fb06101b9f
commit
224152eec0
@ -195,7 +195,6 @@ If what is False, announce that the job has failed.'''
|
||||
c_build_helper.generate_c_file(c_file, 'depends.py', header, lambda x: '')
|
||||
c_file.close()
|
||||
c_build_helper.compile_c_file(c_name, exe_name, include_path)
|
||||
|
||||
return True
|
||||
|
||||
except c_build_helper.CompileError as e:
|
||||
@ -204,7 +203,6 @@ If what is False, announce that the job has failed.'''
|
||||
log_line('Inconsistent config option(s):')
|
||||
for option in sorted(failed):
|
||||
log_line(' ' + option)
|
||||
|
||||
return False
|
||||
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user