|
31 | 31 | processed_files[filename] = text |
32 | 32 |
|
33 | 33 | # code |
34 | | -for filename in [ 'constexpr_feature_detect.h', 'fast_float.h', 'float_common.h', 'ascii_number.h', |
| 34 | +for filename in [ 'constexpr_feature_detect.h', 'fast_float.h', 'float_common.h', 'ascii_number.h', |
35 | 35 | 'fast_table.h', 'decimal_to_binary.h', 'bigint.h', |
36 | 36 | 'ascii_number.h', 'digit_comparison.h', 'parse_number.h']: |
37 | 37 | with open('include/fast_float/' + filename, encoding='utf8') as f: |
@@ -73,10 +73,10 @@ def license_content(license_arg): |
73 | 73 | return result |
74 | 74 |
|
75 | 75 | text = ''.join([ |
76 | | - processed_files['AUTHORS'], processed_files['CONTRIBUTORS'], |
| 76 | + processed_files['AUTHORS'], processed_files['CONTRIBUTORS'], |
77 | 77 | *license_content(args.license), |
78 | 78 | processed_files['constexpr_feature_detect.h'], |
79 | | - processed_files['fast_float.h'], processed_files['float_common.h'], |
| 79 | + processed_files['fast_float.h'], processed_files['float_common.h'], |
80 | 80 | processed_files['ascii_number.h'], processed_files['fast_table.h'], |
81 | 81 | processed_files['decimal_to_binary.h'], processed_files['bigint.h'], |
82 | 82 | processed_files['ascii_number.h'], processed_files['digit_comparison.h'], |
|
0 commit comments