diff --git a/src/libcalamaresui/widgets/ErrorDialog.h b/src/libcalamaresui/widgets/ErrorDialog.h index c4949a89c..28ca70f65 100644 --- a/src/libcalamaresui/widgets/ErrorDialog.h +++ b/src/libcalamaresui/widgets/ErrorDialog.h @@ -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 diff --git a/src/modules/partition/core/PartitionInfo.h b/src/modules/partition/core/PartitionInfo.h index 53064abe5..387576c10 100644 --- a/src/modules/partition/core/PartitionInfo.h +++ b/src/modules/partition/core/PartitionInfo.h @@ -51,6 +51,6 @@ void reset( Partition* partition ); */ bool isDirty( Partition* partition ); -}; // namespace PartitionInfo +} // namespace PartitionInfo #endif /* PARTITIONINFO_H */