mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Remove two instances of trailing commas. Resolves patch #1209781.
This commit is contained in:
parent
fe4b34cc4b
commit
e810fe2ca4
@ -971,7 +971,7 @@ typedef enum {
|
|||||||
OFFSET_NAIVE,
|
OFFSET_NAIVE,
|
||||||
|
|
||||||
/* time or datetime where utcoffset() doesn't return None */
|
/* time or datetime where utcoffset() doesn't return None */
|
||||||
OFFSET_AWARE,
|
OFFSET_AWARE
|
||||||
} naivety;
|
} naivety;
|
||||||
|
|
||||||
/* Classify an object as to whether it's naive or offset-aware. See
|
/* Classify an object as to whether it's naive or offset-aware. See
|
||||||
|
@ -43,7 +43,7 @@ enum XML_Status {
|
|||||||
#define XML_STATUS_ERROR XML_STATUS_ERROR
|
#define XML_STATUS_ERROR XML_STATUS_ERROR
|
||||||
XML_STATUS_OK = 1,
|
XML_STATUS_OK = 1,
|
||||||
#define XML_STATUS_OK XML_STATUS_OK
|
#define XML_STATUS_OK XML_STATUS_OK
|
||||||
XML_STATUS_SUSPENDED = 2,
|
XML_STATUS_SUSPENDED = 2
|
||||||
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
|
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user