commit | a12d5c62f78640c274e7babd5b20744af5008837 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jan 03 16:47:22 2012 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jan 03 16:47:22 2012 -0600 |
tree | 509a2cbd57c31b5555d9dda54a3dbb0d12064cdb | |
parent | d204934ee368fe4828695b1a9b68b5020dac417a [diff] [blame] |
fix formatting
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 9e37d21..11b7624 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c
@@ -494,7 +494,7 @@ PyObject *format_spec = NULL; if (!PyArg_ParseTuple(args, "O|U:format", &value, &format_spec)) - return NULL; + return NULL; return PyObject_Format(value, format_spec); }