mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +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
|
@ -45,7 +45,7 @@ kAlertCautionAlert = 2
|
|||
kAlertPlainAlert = 3
|
||||
kAlertDefaultOKText = -1
|
||||
kAlertDefaultCancelText = -1
|
||||
kAlertDefaultOtherText = -1
|
||||
kAlertDefaultOtherText = -1
|
||||
kAlertStdAlertOKButton = 1
|
||||
kAlertStdAlertCancelButton = 2
|
||||
kAlertStdAlertOtherButton = 3
|
||||
|
@ -71,8 +71,8 @@ kDialogFontAddFontSizeMask = 0x0100
|
|||
kDialogFontUseFontNameMask = 0x0200
|
||||
kDialogFontAddToMetaFontMask = 0x0400
|
||||
kDialogFontUseThemeFontIDMask = 0x0080
|
||||
kHICommandOther = FOUR_CHAR_CODE('othr')
|
||||
kStdCFStringAlertVersionOne = 1
|
||||
kHICommandOther = FOUR_CHAR_CODE('othr')
|
||||
kStdCFStringAlertVersionOne = 1
|
||||
kStdAlertDoNotDisposeSheet = 1 << 0
|
||||
kStdAlertDoNotAnimateOnDefault = 1 << 1
|
||||
kStdAlertDoNotAnimateOnCancel = 1 << 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue