code format

This commit is contained in:
2022-12-14 14:14:33 +03:00
parent 09e5342956
commit cdb02fc9be
278 changed files with 15371 additions and 12176 deletions

View File

@@ -16,10 +16,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "qglview_window.h"
#include <QApplication>
#include <QDebug>
#include <QDir>
#include "qglview_window.h"
int main(int argc, char ** argv) {
@@ -29,7 +30,7 @@ int main(int argc, char ** argv) {
w.show();
QStringList al(a.arguments());
al.pop_front();
foreach (QString s, al)
foreach(QString s, al)
w.loadFile(s);
return a.exec();
}