##// END OF EJS Templates
cleanup: remove superfluous space after space after equals (C)
timeless -
r27638:90e3c512 default
parent child Browse files
Show More
@@ -1840,7 +1840,7 b' static PyObject *index_m_get(indexObject'
1840 1840 if (node_check(val, &node, &nodelen) == -1)
1841 1841 return NULL;
1842 1842 rev = index_find_node(self, node, nodelen);
1843 if (rev == -3)
1843 if (rev == -3)
1844 1844 return NULL;
1845 1845 if (rev == -2)
1846 1846 Py_RETURN_NONE;
General Comments 0
You need to be logged in to leave comments. Login now