Skip to content

Commit 584e6f9

Browse files
committed
Ran uncrustify
1 parent 9f1b8ff commit 584e6f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maxminddb.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ static PyObject *Reader_constructor(PyObject *UNUSED(self), PyObject * args)
8585
if (MMDB_SUCCESS != status) {
8686
free(mmdb);
8787
return PyErr_Format(
88-
MaxMindDB_error,
89-
"Error opening database file (%s). Is this a valid MaxMind DB file?",
90-
filename
91-
);
88+
MaxMindDB_error,
89+
"Error opening database file (%s). Is this a valid MaxMind DB file?",
90+
filename
91+
);
9292
}
9393

9494
obj->mmdb = mmdb;

0 commit comments

Comments
 (0)