Align Pointers

This commit is contained in:
Gormogon 2015-02-25 19:57:19 -05:00
parent 738272999b
commit e2d05cb9f2
25 changed files with 37 additions and 37 deletions

View file

@ -218,7 +218,7 @@ Helper::createCleanNamespace()
QString
Helper::handleLastError()
{
PyObject *type = nullptr, *val = nullptr, *tb = nullptr;
PyObject* type = nullptr, *val = nullptr, *tb = nullptr;
PyErr_Fetch( &type, &val, &tb );
QString typeMsg;