Skip to content

Commit

Permalink
Ran uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 2, 2013
1 parent 9f1b8ff commit 584e6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maxminddb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ static PyObject *Reader_constructor(PyObject *UNUSED(self), PyObject * args)
if (MMDB_SUCCESS != status) {
free(mmdb);
return PyErr_Format(
MaxMindDB_error,
"Error opening database file (%s). Is this a valid MaxMind DB file?",
filename
);
MaxMindDB_error,
"Error opening database file (%s). Is this a valid MaxMind DB file?",
filename
);
}

obj->mmdb = mmdb;
Expand Down

0 comments on commit 584e6f9

Please sign in to comment.