From 0966a2fbd49f05916c54139175c2c01e1d55af1c Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sun, 14 Jun 2009 23:22:19 +0300 Subject: [PATCH] astyle fix --- gui/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index deba7f366..07f59206c 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -448,14 +448,14 @@ void MainWindow::About() void MainWindow::ShowLicense() { FileViewDialog *dlg = new FileViewDialog(":COPYING", this); - dlg->resize(550,400); + dlg->resize(550, 400); dlg->exec(); } void MainWindow::ShowAuthors() { FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this); - dlg->resize(350,400); + dlg->resize(350, 400); dlg->exec(); }