Remove trailing space characters (#5251)

This commit is contained in:
Aaron Franke
2021-09-13 07:52:39 -05:00
committed by GitHub
parent 9ad3eaec1e
commit 4060179184
41 changed files with 118 additions and 122 deletions

View File

@@ -35,7 +35,7 @@ if env['p'] != '':
if env['platform'] == '':
print("No valid target platform selected.")
quit();
quit()
# For the reference:
# - CCFLAGS are compilation flags shared between C and C++