[libcalamares] Apply coding style

This commit is contained in:
Adriaan de Groot 2021-03-27 15:41:58 +01:00
parent ac8f99a206
commit 9c2a26bed5
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ private:
bool m_promptInstall = false;
bool m_disableCancel = false;
bool m_disableCancelDuringExec = false;
bool m_hideBackAndNextDuringExec=false;
bool m_hideBackAndNextDuringExec = false;
bool m_quitAtEnd = false;
};

View File

@ -57,7 +57,7 @@ constexpr qint64 operator""_GiB( unsigned long long m )
return operator""_MiB(m)*1024;
}
}
} // namespace Units
constexpr qint64
KBtoBytes( unsigned long long m )