diff options
author | vdrfan <vdrfan@svn> | 2010-05-26 21:35:49 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-05-26 21:35:49 +0000 |
commit | cdb973581de70e7ad92364c3c14f0acd4e506f96 (patch) | |
tree | 35ec56950fda81d6fb815cdb27834559e80cf058 | |
parent | 9fec371903ad2ecd70e97ba3acef75506647db61 (diff) |
cosmetic: fixed indentation
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30595 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/FileItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/FileItem.h b/xbmc/FileItem.h index da299b05d5..01eb8662fa 100644 --- a/xbmc/FileItem.h +++ b/xbmc/FileItem.h @@ -244,7 +244,7 @@ public: const CStdString& GetContentType() const; /* sets the contenttype if known beforehand */ - void SetContentType(const CStdString& content) { m_contenttype = content; } ; + void SetContentType(const CStdString& content) { m_contenttype = content; } ; /* general extra info about the contents of the item, not for display */ void SetExtraInfo(const CStdString& info) { m_extrainfo = info; }; |