mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
|
@ -61,11 +61,11 @@ __flexarr = []
|
|||
__flexarr = [1]
|
||||
def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
|
||||
|
||||
def __attribute__(xyz): return
|
||||
def __attribute__(xyz): return
|
||||
|
||||
def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
|
||||
|
||||
def __attribute_format_arg__(x): return
|
||||
def __attribute_format_arg__(x): return
|
||||
|
||||
__USE_LARGEFILE = 1
|
||||
__USE_LARGEFILE64 = 1
|
||||
|
|
|
|||
|
|
@ -61,11 +61,11 @@ __flexarr = []
|
|||
__flexarr = [1]
|
||||
def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
|
||||
|
||||
def __attribute__(xyz): return
|
||||
def __attribute__(xyz): return
|
||||
|
||||
def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
|
||||
|
||||
def __attribute_format_arg__(x): return
|
||||
def __attribute_format_arg__(x): return
|
||||
|
||||
__USE_LARGEFILE = 1
|
||||
__USE_LARGEFILE64 = 1
|
||||
|
|
@ -613,4 +613,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 \
|
||||
|
||||
|
|
|
|||
|
|
@ -61,11 +61,11 @@ __flexarr = []
|
|||
__flexarr = [1]
|
||||
def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
|
||||
|
||||
def __attribute__(xyz): return
|
||||
def __attribute__(xyz): return
|
||||
|
||||
def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
|
||||
|
||||
def __attribute_format_arg__(x): return
|
||||
def __attribute_format_arg__(x): return
|
||||
|
||||
__USE_LARGEFILE = 1
|
||||
__USE_LARGEFILE64 = 1
|
||||
|
|
@ -168,4 +168,3 @@ def minor(dev): return ((dev).__val[1] & 0xff)
|
|||
def major(dev): return (((dev).__val[0] >> 8) & 0xff)
|
||||
|
||||
def minor(dev): return ((dev).__val[0] & 0xff)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue