8000 Fixed whitespace · mhirano/matplotlib-cpp@41a46e5 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 41a46e5

Browse files
charasynlava
authored andcommitted
Fixed whitespace
1 parent b60d338 commit 41a46e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

matplotlibcpp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ inline void figure_size(size_t w, size_t h)
831831
PyDict_SetItemString(kwargs, "figsize", size);
832832
PyDict_SetItemString(kwargs, "dpi", PyLong_FromSize_t(dpi));
833833

834-
PyObject* res = PyObject_Call(detail::_interpreter::get().s_python_function_figure,
834+
PyObject* res = PyObject_Call(detail::_interpreter::get().s_python_function_figure,
835835
detail::_interpreter::get().s_python_empty_tuple, kwargs);
836836

837837
Py_DECREF(kwargs);
@@ -955,7 +955,7 @@ inline void xticks(const std::vector<Numeric> &ticks, const std::vector<std::str
955955
Py_DECREF(args);
956956
Py_DECREF(kwargs);
957957
if(!res) throw std::runtime_error("Call to xticks() failed");
958-
958+
959959
Py_DECREF(res);
960960
}
961961

@@ -1002,7 +1002,7 @@ inline void yticks(const std::vector<Numeric> &ticks, const std::vector<std::str
10021002
Py_DECREF(args);
10031003
Py_DECREF(kwargs);
10041004
if(!res) throw std::runtime_error("Call to yticks() failed");
1005-
1005+
10061006
Py_DECREF(res);
10071007
}
10081008

0 commit comments

Comments
 (0)
0