Style: remove trailing ; after namespace
This commit is contained in:
parent
3a0b75a006
commit
d9b4562076
@ -15,7 +15,7 @@
|
|||||||
namespace Ui
|
namespace Ui
|
||||||
{
|
{
|
||||||
class ErrorDialog;
|
class ErrorDialog;
|
||||||
}
|
} // namespace Ui
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
@ -78,6 +78,6 @@ private:
|
|||||||
bool m_shouldOfferWebPaste = false;
|
bool m_shouldOfferWebPaste = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
}; // namespace Calamares
|
} // namespace Calamares
|
||||||
|
|
||||||
#endif // LIBCALAMARESUI_ERRORDIALOG_H
|
#endif // LIBCALAMARESUI_ERRORDIALOG_H
|
||||||
|
@ -51,6 +51,6 @@ void reset( Partition* partition );
|
|||||||
*/
|
*/
|
||||||
bool isDirty( Partition* partition );
|
bool isDirty( Partition* partition );
|
||||||
|
|
||||||
}; // namespace PartitionInfo
|
} // namespace PartitionInfo
|
||||||
|
|
||||||
#endif /* PARTITIONINFO_H */
|
#endif /* PARTITIONINFO_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user