Style: remove trailing ; after namespace

This commit is contained in:
Adriaan de Groot 2022-06-20 21:48:22 +02:00
parent 3a0b75a006
commit d9b4562076
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
namespace Ui
{
class ErrorDialog;
}
} // namespace Ui
namespace Calamares
{
@ -78,6 +78,6 @@ private:
bool m_shouldOfferWebPaste = false;
};
}; // namespace Calamares
} // namespace Calamares
#endif // LIBCALAMARESUI_ERRORDIALOG_H

View File

@ -51,6 +51,6 @@ void reset( Partition* partition );
*/
bool isDirty( Partition* partition );
}; // namespace PartitionInfo
} // namespace PartitionInfo
#endif /* PARTITIONINFO_H */