@@ -248,7 +248,7 @@ def Finalize1(self, xcode_targets, serialize_all_tests):
248248 targets_for_all .append (xcode_target )
249249
250250 if target_name .lower () == 'all' :
251- has_custom_all = True ;
251+ has_custom_all = True
252252
253253 # If this target has a 'run_as' attribute, add its target to the
254254 # targets, and add it to the test targets.
@@ -639,7 +639,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
639639 pbxp = xcp .project
640640
641641 # Set project-level attributes from multiple options
642- project_attributes = {};
642+ project_attributes = {}
643643 if parallel_builds :
644644 project_attributes ['BuildIndependentTargetsInParallel' ] = 'YES'
645645 if upgrade_check_project_version :
@@ -788,7 +788,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
788788 # logic all happens in ninja. Don't bother creating the extra targets in
789789 # that case.
790790 if type != 'none' and (spec_actions or spec_rules ) and not ninja_wrapper :
791- support_xccl = CreateXCConfigurationList (configuration_names );
791+ support_xccl = CreateXCConfigurationList (configuration_names )
792792 support_target_suffix = generator_flags .get (
793793 'support_target_suffix' , ' Support' )
794794 support_target_properties = {
@@ -1183,7 +1183,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
11831183 dest = '$(SRCROOT)/' + dest
11841184
11851185 code_sign = int (copy_group .get ('xcode_code_sign' , 0 ))
1186- settings = (None , '{ATTRIBUTES = (CodeSignOnCopy, ); }' )[code_sign ];
1186+ settings = (None , '{ATTRIBUTES = (CodeSignOnCopy, ); }' )[code_sign ]
11871187
11881188 # Coalesce multiple "copies" sections in the same target with the same
11891189 # "destination" property into the same PBXCopyFilesBuildPhase, otherwise
0 commit comments