Remove extra clang-format options
This commit is contained in:
parent
18e9fd6ada
commit
0c0ac68bc2
30 changed files with 61 additions and 120 deletions
|
|
@ -15,8 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "Config.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Config.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QLayout>
|
||||
|
|
@ -244,6 +244,4 @@ MainWindow::instance()
|
|||
return instance_;
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
}
|
||||
MainWindow::~MainWindow() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue