From 48d4f134f971c4cb7a67804a5aa8402e81298057 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 26 Jun 2018 23:11:50 -0700 Subject: fix indentation --- simplejson/_speedups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1