From kde-commits Mon Aug 08 14:20:25 2011 From: David Jarvie Date: Mon, 08 Aug 2011 14:20:25 +0000 To: kde-commits Subject: [kdepimlibs] kcalcore: Tab -> spaces Message-Id: <20110808142025.83C9CA60A6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131281326128814 Git commit 29220de9cfeb9d53ce141e25fd5ea20b244cdf15 by David Jarvie. Committed on 08/08/2011 at 16:21. Pushed by djarvie into branch 'master'. Tab -> spaces M +1 -1 kcalcore/filestorage.cpp http://commits.kde.org/kdepimlibs/29220de9cfeb9d53ce141e25fd5ea20b244cdf15 diff --git a/kcalcore/filestorage.cpp b/kcalcore/filestorage.cpp index 0bd86e9..13b7c6e 100644 --- a/kcalcore/filestorage.cpp +++ b/kcalcore/filestorage.cpp @@ -125,7 +125,7 @@ bool FileStorage::load() kDebug() << "Fallback to VCalFormat"; VCalFormat vCal; success = vCal.load( calendar(), d->mFileName ); - productId = vCal.loadedProductId(); + productId = vCal.loadedProductId(); } else { return false; }