From c3b5202eeff3437118ecead889788b2cf50aa13d Mon Sep 17 00:00:00 2001
From: Roberto Raggi <qtc-committer@nokia.com>
Date: Wed, 11 Feb 2009 15:55:43 +0100
Subject: [PATCH] Compile.

---
 src/plugins/projectexplorer/cesdkhandler.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/projectexplorer/cesdkhandler.cpp b/src/plugins/projectexplorer/cesdkhandler.cpp
index a68edbfdb1a..d7b9ccb58aa 100644
--- a/src/plugins/projectexplorer/cesdkhandler.cpp
+++ b/src/plugins/projectexplorer/cesdkhandler.cpp
@@ -91,7 +91,7 @@ QString CeSdkHandler::platformName(const QString &qtpath)
 bool CeSdkHandler::parse(const QString &vsdir)
 {
     // look at the file at %VCInstallDir%/vcpackages/WCE.VCPlatform.config
-    // and scan through all installed sdks...    
+    // and scan through all installed sdks...
     m_list.clear();
 
     VCInstallDir = vsdir + "/VC/";
@@ -107,7 +107,7 @@ bool CeSdkHandler::parse(const QString &vsdir)
         return false;
 
     qDebug()<<"parsing";
-    
+
     QString currentElement;
     CeSdkInfo currentItem;
     QXmlStreamReader xml(&configFile);
-- 
GitLab