aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhaggi <sascha.woo@gmail.com>2014-12-03 23:53:12 +0100
committerxhaggi <sascha.woo@gmail.com>2014-12-03 23:53:12 +0100
commite9862341d0144f0216940fec465ad00b620996ed (patch)
tree936c594d390a7e618fd77ccafd298ac4d5f8d2c0
parent30fa048c8fb78eb49dd219c16b026f04e7db4243 (diff)
[cosmetics] fix indentation
-rw-r--r--xbmc/pvr/windows/GUIViewStatePVR.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/xbmc/pvr/windows/GUIViewStatePVR.cpp b/xbmc/pvr/windows/GUIViewStatePVR.cpp
index f3e527edb6..3941bfa8bf 100644
--- a/xbmc/pvr/windows/GUIViewStatePVR.cpp
+++ b/xbmc/pvr/windows/GUIViewStatePVR.cpp
@@ -45,15 +45,15 @@ void CGUIViewStateWindowPVRChannels::SaveViewState(void)
CGUIViewStateWindowPVRRecordings::CGUIViewStateWindowPVRRecordings(const int windowId, const CFileItemList& items) : CGUIViewStatePVR(windowId, items)
{
- AddSortMethod(SortByLabel, 551, LABEL_MASKS("%L", "%I", "%L", ""), CSettings::Get().GetBool("filelists.ignorethewhensorting") ? SortAttributeIgnoreArticle : SortAttributeNone); // FileName, Size | Foldername, empty
- AddSortMethod(SortByDate, 552, LABEL_MASKS("%L", "%J", "%L", "%J")); // FileName, Date | Foldername, Date
- AddSortMethod(SortByTime, 180, LABEL_MASKS("%T", "%D"));
- AddSortMethod(SortByFile, 561, LABEL_MASKS("%L", "%I", "%L", "")); // Filename, Size | FolderName, empty
+ AddSortMethod(SortByLabel, 551, LABEL_MASKS("%L", "%I", "%L", ""), CSettings::Get().GetBool("filelists.ignorethewhensorting") ? SortAttributeIgnoreArticle : SortAttributeNone); // FileName, Size | Foldername, empty
+ AddSortMethod(SortByDate, 552, LABEL_MASKS("%L", "%J", "%L", "%J")); // FileName, Date | Foldername, Date
+ AddSortMethod(SortByTime, 180, LABEL_MASKS("%T", "%D"));
+ AddSortMethod(SortByFile, 561, LABEL_MASKS("%L", "%I", "%L", "")); // Filename, Size | FolderName, empty
- // Default sorting
- SetSortMethod(SortByDate);
+ // Default sorting
+ SetSortMethod(SortByDate);
- LoadViewState(items.GetPath(), m_windowId);
+ LoadViewState(items.GetPath(), m_windowId);
}
void CGUIViewStateWindowPVRRecordings::SaveViewState(void)