]> granicus.if.org Git - liblinear/blobdiff - python/liblinearutil.py
Remove redundant trailing whitespace in linear.cpp, python/liblinearutil.py and tron.cpp
[liblinear] / python / liblinearutil.py
index ffb161a41a8f58dafbd0efbfbb653a2adb3599f2..a768ecf0424c11f600c3b06e9f89b638c888c1fe 100644 (file)
@@ -14,7 +14,7 @@ if sys.version_info[0] < 3:
        from itertools import izip as zip
        _cstr = lambda s: s.encode("utf-8") if isinstance(s,unicode) else str(s)
 else:
-       _cstr = lambda s: bytes(s, "utf-8")        
+       _cstr = lambda s: bytes(s, "utf-8")
 
 __all__ = ['load_model', 'save_model', 'train', 'predict'] + liblinear_all + common_all