summaryrefslogtreecommitdiffstats
path: root/Lib/plat-atheos
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 (GMT)
commit182b5aca27d376b08a2904bed42b751496f932f3 (patch)
treedf13115820dbc879c0fe2eae488c9f8c0215a7da /Lib/plat-atheos
parente6ddc8b20b493fef2e7cffb2e1351fe1d238857e (diff)
downloadcpython-182b5aca27d376b08a2904bed42b751496f932f3.zip
cpython-182b5aca27d376b08a2904bed42b751496f932f3.tar.gz
cpython-182b5aca27d376b08a2904bed42b751496f932f3.tar.bz2
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Lib/plat-atheos')
-rw-r--r--Lib/plat-atheos/IN.py5
-rw-r--r--Lib/plat-atheos/TYPES.py5
2 files changed, 4 insertions, 6 deletions
diff --git a/Lib/plat-atheos/IN.py b/Lib/plat-atheos/IN.py
index a386a21..53f3d55 100644
--- a/Lib/plat-atheos/IN.py
+++ b/Lib/plat-atheos/IN.py
@@ -50,7 +50,7 @@ def __P(args): return args
def __PMT(args): return args
-def __P(args): return ()
+def __P(args): return ()
def __PMT(args): return ()
@@ -60,7 +60,7 @@ def __STRING(x): return "x"
def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
-def __attribute__(xyz): return
+def __attribute__(xyz): return
__USE_EXTERN_INLINES = 1
@@ -942,4 +942,3 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
def IN6_IS_ADDR_MC_GLOBAL(a): return \
-
diff --git a/Lib/plat-atheos/TYPES.py b/Lib/plat-atheos/TYPES.py
index 8166108..314ca73 100644
--- a/Lib/plat-atheos/TYPES.py
+++ b/Lib/plat-atheos/TYPES.py
@@ -50,7 +50,7 @@ def __P(args): return args
def __PMT(args): return args
-def __P(args): return ()
+def __P(args): return ()
def __PMT(args): return ()
@@ -60,7 +60,7 @@ def __STRING(x): return "x"
def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
-def __attribute__(xyz): return
+def __attribute__(xyz): return
__USE_EXTERN_INLINES = 1
@@ -140,4 +140,3 @@ _SYS_SYSMACROS_H = 1
def major(dev): return ( (( (dev) >> 8) & 0xff))
def minor(dev): return ( ((dev) & 0xff))
-