mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
CI: apply coding style across the entire codebase again
This commit is contained in:
parent
1cd9b93a22
commit
a2180936ef
44 changed files with 234 additions and 168 deletions
|
@ -31,7 +31,7 @@ class GlobalStorage : public QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit GlobalStorage( Calamares::GlobalStorage* gs );
|
||||
virtual ~GlobalStorage() { }
|
||||
virtual ~GlobalStorage() {}
|
||||
|
||||
public slots:
|
||||
bool contains( const QString& key ) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue