diff --git a/Lib/plat-atheos/IN.py b/Lib/plat-atheos/IN.py index 53f3d5579ff..6588d651120 100644 --- a/Lib/plat-atheos/IN.py +++ b/Lib/plat-atheos/IN.py @@ -941,4 +941,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \ def IN6_IS_ADDR_MC_ORGLOCAL(a): return \ -def IN6_IS_ADDR_MC_GLOBAL(a): return \ +def IN6_IS_ADDR_MC_GLOBAL(a): return diff --git a/Lib/plat-linux2/IN.py b/Lib/plat-linux2/IN.py index 2020b033ac0..ad307f65398 100644 --- a/Lib/plat-linux2/IN.py +++ b/Lib/plat-linux2/IN.py @@ -612,4 +612,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \ def IN6_IS_ADDR_MC_ORGLOCAL(a): return \ -def IN6_IS_ADDR_MC_GLOBAL(a): return \ +def IN6_IS_ADDR_MC_GLOBAL(a): return