From: Joseph Sutton Date: Tue, 29 Aug 2023 00:06:13 +0000 (+1200) Subject: third_party/heimdal_build: Remove semicolons X-Git-Tag: tevent-0.16.0~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c442acea1de3dfcfaf8d897bf87d4e9d042912;p=thirdparty%2Fsamba.git third_party/heimdal_build: Remove semicolons Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/third_party/heimdal_build/wscript_build b/third_party/heimdal_build/wscript_build index bbbf4bfde20..59fb2758f91 100644 --- a/third_party/heimdal_build/wscript_build +++ b/third_party/heimdal_build/wscript_build @@ -24,7 +24,7 @@ def HEIMDAL_ASN1(name, source, '''Build a ASN1 file using the asn1 compiler. This will produce 2 output files''' source = heimdal_path(source) - bname = os.path.basename(source)[0:-5]; + bname = os.path.basename(source)[0:-5] dname = os.path.dirname(source) asn1name = "%s_asn1" % bname @@ -125,7 +125,7 @@ def HEIMDAL_ERRTABLE(name, source): source = heimdal_path(source) - bname = source[0:-3]; # strip off the .et suffix + bname = source[0:-3] # strip off the .et suffix if not SET_TARGET_TYPE(bld, name, 'ET'): return