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/test9main.cpp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'autotests/kconfig_compiler/test9main.cpp') diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp index 352613aa..28205ee5 100644 --- a/autotests/kconfig_compiler/test9main.cpp +++ b/autotests/kconfig_compiler/test9main.cpp @@ -23,23 +23,23 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include -int main( int argc, char **argv ) +int main(int argc, char **argv) { - QGuiApplication app(argc, argv); - Q_UNUSED(app); - Test9 *t = new Test9( QString(), QString() ); + QGuiApplication app(argc, argv); + Q_UNUSED(app); + Test9 *t = new Test9(QString(), QString()); - QStringList myPathsList2 = t->myPathsList2(); - qWarning() << myPathsList2; + QStringList myPathsList2 = t->myPathsList2(); + qWarning() << myPathsList2; - // add another path - QStringList newlist; - myPathsList2 << QDir::homePath() + QString::fromLatin1("/.kde"); - qWarning() << myPathsList2; + // add another path + QStringList newlist; + myPathsList2 << QDir::homePath() + QString::fromLatin1("/.kde"); + qWarning() << myPathsList2; - t->setMyPathsList2(myPathsList2); - qWarning() << t->myPathsList2(); + t->setMyPathsList2(myPathsList2); + qWarning() << t->myPathsList2(); - delete t; - return 0; + delete t; + return 0; } -- cgit v1.2.1