mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
Align Pointers
This commit is contained in:
parent
738272999b
commit
e2d05cb9f2
25 changed files with 37 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue