diff options
| author | ruki <[email protected]> | 2025-11-28 22:39:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-28 22:39:14 +0800 |
| commit | 2766d4d1065f8daee0b7b5c95f9fd85b03144eb5 (patch) | |
| tree | 648c6e438c1ee829c4f61f8f83c6fef20057ebbb /tests/plugins/pack/qtapp/src/main.cpp | |
| parent | 574ee096281c94938eb396045f7e96a25df5387b (diff) | |
format code
Diffstat (limited to 'tests/plugins/pack/qtapp/src/main.cpp')
| -rw-r--r-- | tests/plugins/pack/qtapp/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/plugins/pack/qtapp/src/main.cpp b/tests/plugins/pack/qtapp/src/main.cpp index aee3b0862..a1cfd8dea 100644 --- a/tests/plugins/pack/qtapp/src/main.cpp +++ b/tests/plugins/pack/qtapp/src/main.cpp @@ -1,8 +1,7 @@ #include "mainwindow.h" #include <QApplication> -int main(int argc, char *argv[]) -{ +int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); |
