Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy