]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
third_party/heimdal_build: Remove semicolons
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 00:06:13 +0000 (12:06 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 02:15:29 +0000 (02:15 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
third_party/heimdal_build/wscript_build

index bbbf4bfde201e5f9b2e2ae05d782aef9cc690a94..59fb2758f91a362ebdbc12117d0743439fa50a83 100644 (file)
@@ -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