diff options
| author | Tim Peters <tim.peters@gmail.com> | 2005-07-17 23:16:17 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2005-07-17 23:16:17 +0000 |
| commit | f5f32b47128763a1f782782bd5a1a125b6d8b28b (patch) | |
| tree | 101943572734eccd843559bdc6520d5b2ca0a192 /Lib/plat-freebsd7/IN.py | |
| parent | c48a740887c80a4e6686486d62171f9efe64921c (diff) | |
| download | cpython-git-f5f32b47128763a1f782782bd5a1a125b6d8b28b.tar.gz | |
Whitespace normalization.
Diffstat (limited to 'Lib/plat-freebsd7/IN.py')
| -rw-r--r-- | Lib/plat-freebsd7/IN.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-freebsd7/IN.py b/Lib/plat-freebsd7/IN.py index eb55a87dc7..77314ac1a9 100644 --- a/Lib/plat-freebsd7/IN.py +++ b/Lib/plat-freebsd7/IN.py @@ -23,13 +23,13 @@ __CC_SUPPORTS_WARNING = 1 __CC_SUPPORTS_VARADIC_XXX = 1 __CC_SUPPORTS_DYNAMIC_ARRAY_INIT = 1 __CC_INT_IS_32BIT = 1 -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" |
