From 882bf3475c8926abe62ed71e6719458b024caac0 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 13 Jan 2014 15:48:44 +0100 Subject: expand tabs and related whitespace fixes in *.{cpp,h,qdoc} the diff -w for this commit is empty. Started-by: Thiago Macieira Change-Id: I77bb84e71c63ce75e0709e5b94bee18e3ce6ab9e Reviewed-by: Thiago Macieira --- tools/configure/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/configure/main.cpp') diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index 1e6aa3f298..ebbb4b1e54 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -59,7 +59,7 @@ int runConfigure( int argc, char** argv ) if (!app.isOk()) return 3; if( app.displayHelp() ) - return 1; + return 1; // Read license now, and exit if it doesn't pass. // This lets the user see the command-line options of configure @@ -103,19 +103,19 @@ int runConfigure( int argc, char** argv ) app.generateOutputVars(); if( !app.isDone() ) - app.generateCachefile(); + app.generateCachefile(); if( !app.isDone() ) - app.generateConfigfiles(); + app.generateConfigfiles(); if (!app.isDone()) app.generateQConfigPri(); if (!app.isDone()) app.displayConfig(); if( !app.isDone() ) - app.generateMakefiles(); + app.generateMakefiles(); if( !app.isDone() ) - app.showSummary(); + app.showSummary(); if( !app.isOk() ) - return 2; + return 2; return 0; } -- cgit v1.2.3