aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test3amain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test3amain.cpp')
-rw-r--r--autotests/kconfig_compiler/test3amain.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/autotests/kconfig_compiler/test3amain.cpp b/autotests/kconfig_compiler/test3amain.cpp
index fa33f1cb..e08bf7ac 100644
--- a/autotests/kconfig_compiler/test3amain.cpp
+++ b/autotests/kconfig_compiler/test3amain.cpp
@@ -21,11 +21,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "test3a.h"
#include <QGuiApplication>
-int main( int argc, char **argv )
+int main(int argc, char **argv)
{
- QGuiApplication app(argc, argv);
- Q_UNUSED(app);
- TestNameSpace::InnerNameSpace::Test3a *t = new TestNameSpace::InnerNameSpace::Test3a();
- delete t;
- return 0;
+ QGuiApplication app(argc, argv);
+ Q_UNUSED(app);
+ TestNameSpace::InnerNameSpace::Test3a *t = new TestNameSpace::InnerNameSpace::Test3a();
+ delete t;
+ return 0;
}