summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-06-26 23:11:50 -0700
committerBenjamin Peterson <benjamin@python.org>2018-06-26 23:11:50 -0700
commit48d4f134f971c4cb7a67804a5aa8402e81298057 (patch)
treea06a18426ce219b0bb6a1add75ef4b65ae29171b /simplejson
parent1f4d59c479a0d9bb26a977d2b3fd3c5631c71aa8 (diff)
downloadsimplejson-48d4f134f971c4cb7a67804a5aa8402e81298057.tar.gz
fix indentation
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/_speedups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c
index 19e3a9f..e710128 100644
--- a/simplejson/_speedups.c
+++ b/simplejson/_speedups.c
@@ -3331,7 +3331,7 @@ init_constants(void)
#else /* PY_MAJOR_VERSION >= 3 */
JSON_EmptyStr = PyString_FromString("");
if (JSON_EmptyStr == NULL)
- return 0;
+ return 0;
JSON_EmptyUnicode = PyUnicode_FromUnicode(NULL, 0);
#endif /* PY_MAJOR_VERSION >= 3 */
if (JSON_EmptyUnicode == NULL)