Skip to content

Commit c8e532c

Browse files
Fix inconsistent style
1 parent 2046a1f commit c8e532c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_macosx.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ static int set_icon(void)
212212

213213
PyObject* pdf_rel = PyUnicode_FromString("/images/matplotlib.pdf");
214214
PyObject* pdf_absolute = PyUnicode_Concat(path, pdf_rel);
215-
if (!pdf_absolute) {
215+
if (!pdf_absolute)
216+
{
216217
Py_DECREF(mpl);
217218
Py_DECREF(get_data_path);
218219
Py_DECREF(arg);

0 commit comments

Comments
 (0)