@@ -246,7 +246,7 @@ def Finalize1(self, xcode_targets, serialize_all_tests):
246246 targets_for_all .append (xcode_target )
247247
248248 if target_name .lower () == 'all' :
249- has_custom_all = True ;
249+ has_custom_all = True
250250
251251 # If this target has a 'run_as' attribute, add its target to the
252252 # targets, and add it to the test targets.
@@ -637,7 +637,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
637637 pbxp = xcp .project
638638
639639 # Set project-level attributes from multiple options
640- project_attributes = {};
640+ project_attributes = {}
641641 if parallel_builds :
642642 project_attributes ['BuildIndependentTargetsInParallel' ] = 'YES'
643643 if upgrade_check_project_version :
@@ -776,7 +776,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
776776 # logic all happens in ninja. Don't bother creating the extra targets in
777777 # that case.
778778 if type != 'none' and (spec_actions or spec_rules ) and not ninja_wrapper :
779- support_xccl = CreateXCConfigurationList (configuration_names );
779+ support_xccl = CreateXCConfigurationList (configuration_names )
780780 support_target_suffix = generator_flags .get (
781781 'support_target_suffix' , ' Support' )
782782 support_target_properties = {
@@ -1171,7 +1171,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
11711171 dest = '$(SRCROOT)/' + dest
11721172
11731173 code_sign = int (copy_group .get ('xcode_code_sign' , 0 ))
1174- settings = (None , '{ATTRIBUTES = (CodeSignOnCopy, ); }' )[code_sign ];
1174+ settings = (None , '{ATTRIBUTES = (CodeSignOnCopy, ); }' )[code_sign ]
11751175
11761176 # Coalesce multiple "copies" sections in the same target with the same
11771177 # "destination" property into the same PBXCopyFilesBuildPhase, otherwise
0 commit comments