summaryrefslogtreecommitdiff
path: root/Lib/plat-beos5/IN.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-beos5/IN.py')
-rw-r--r--Lib/plat-beos5/IN.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-beos5/IN.py b/Lib/plat-beos5/IN.py
index 1878a85d0b..362cb41fa7 100644
--- a/Lib/plat-beos5/IN.py
+++ b/Lib/plat-beos5/IN.py
@@ -324,4 +324,4 @@ FDSETSIZE = FD_SETSIZE
NFDBITS = 32
def _FDMSKNO(fd): return ((fd) / NFDBITS)
-def _FDBITNO(fd): return ((fd) % NFDBITS) \ No newline at end of file
+def _FDBITNO(fd): return ((fd) % NFDBITS)