diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-20 03:47:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-20 03:47:14 (GMT) |
commit | a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c (patch) | |
tree | d6f8c90d17a1b690f15037493c348468cc14cd3f /Lib/plat-freebsd6/IN.py | |
parent | 8d7626c23f89cfed31b04a05c9ec2fba7e0a7bf4 (diff) | |
download | cpython-a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c.zip cpython-a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c.tar.gz cpython-a45cacfc1c4fb2b7b1b5c74e1f6b56d6ca2c9e4c.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/plat-freebsd6/IN.py')
-rw-r--r-- | Lib/plat-freebsd6/IN.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-freebsd6/IN.py b/Lib/plat-freebsd6/IN.py index ccd94ae..31e9e13 100644 --- a/Lib/plat-freebsd6/IN.py +++ b/Lib/plat-freebsd6/IN.py @@ -1,13 +1,13 @@ # Generated by h2py from /usr/include/netinet/in.h # Included from sys/cdefs.h -def __P(protos): return protos +def __P(protos): return protos -def __STRING(x): return #x +def __STRING(x): return #x -def __XSTRING(x): return __STRING(x) +def __XSTRING(x): return __STRING(x) -def __P(protos): return () +def __P(protos): return () def __STRING(x): return "x" |