From fe101177c365471ef466143b30854f92d38db23b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 8 Jan 2016 21:27:10 +0900 Subject: [PATCH] Fix indentation --- sphinx/search/ja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/search/ja.py b/sphinx/search/ja.py index 8536173ff..5ccff34b6 100644 --- a/sphinx/search/ja.py +++ b/sphinx/search/ja.py @@ -85,7 +85,7 @@ class MecabBinder(object): dict = options.get('dict') if dict: param += ' -d %s' % dict - + fs_enc = sys.getfilesystemencoding() or sys.getdefaultencoding() self.ctypes_libmecab = ctypes.CDLL(libpath)