From 159963832457e6307282308455330acc7b5bd153 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 18 Dec 2013 09:53:59 +0100 Subject: Code reformatted using kde-dev-scripts/astyle-kdelibs. Use git blame -w 867e7a5 to show authorship as it was before this commit. --- autotests/kconfig_compiler/test11main.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'autotests/kconfig_compiler/test11main.cpp') diff --git a/autotests/kconfig_compiler/test11main.cpp b/autotests/kconfig_compiler/test11main.cpp index 4f5fc80c..339ecc71 100644 --- a/autotests/kconfig_compiler/test11main.cpp +++ b/autotests/kconfig_compiler/test11main.cpp @@ -22,13 +22,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "test11a.h" #include -int main( int argc, char **argv ) +int main(int argc, char **argv) { - QGuiApplication app(argc, argv); - Q_UNUSED(app); - Test11 *t = new Test11(); - Test11a *t2 = new Test11a(); - delete t; - delete t2; - return 0; + QGuiApplication app(argc, argv); + Q_UNUSED(app); + Test11 *t = new Test11(); + Test11a *t2 = new Test11a(); + delete t; + delete t2; + return 0; } -- cgit v1.2.1