mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[libcalamaresui] Apply coding style
This commit is contained in:
parent
8af17fafe1
commit
0e71957b74
14 changed files with 15 additions and 15 deletions
|
@ -40,7 +40,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