summaryrefslogtreecommitdiff
path: root/Lib/plat-netbsd1
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 +0000
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 +0000
commitc71fe97a2c07d09144fd634f442a8ad29c84e0c0 (patch)
treea3058fb9abd3146b5bafd435e449cce2df397876 /Lib/plat-netbsd1
parentacbad78022027cf7d94c4b9d60b1a1f44441ad93 (diff)
downloadcpython-c71fe97a2c07d09144fd634f442a8ad29c84e0c0.tar.gz
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Lib/plat-netbsd1')
-rw-r--r--Lib/plat-netbsd1/IN.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/plat-netbsd1/IN.py b/Lib/plat-netbsd1/IN.py
index 020f8e2e85..474c51e6d9 100644
--- a/Lib/plat-netbsd1/IN.py
+++ b/Lib/plat-netbsd1/IN.py
@@ -54,4 +54,3 @@ IPCTL_DIRECTEDBCAST = 6
IPCTL_ALLOWSRCRT = 7
IPCTL_MAXID = 8
def in_nullhost(x): return ((x).s_addr == INADDR_ANY)
-