Maemo: Whitespace fixes.

This commit is contained in:
Christian Kandeler
2010-11-26 10:41:39 +01:00
parent f8979403ce
commit 20b58e4e6e
4 changed files with 4 additions and 4 deletions

View File

@@ -598,7 +598,7 @@ void MaemoPackageCreationStep::updateDesktopFiles(const QString &rulesFilePath)
desktopFileDir.remove(QLatin1Char(':'));
desktopFileDir.prepend(QLatin1Char('/'));
#endif
int insertPos = makeInstallEol + 1;
int insertPos = makeInstallEol + 1;
for (int i = 0; i < deployStep()->deployables()->modelCount(); ++i) {
const MaemoDeployableListModel * const model
= deployStep()->deployables()->modelAt(i);