Skip to content

Commit

Permalink
[cosmetic] - fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Oct 8, 2012
1 parent 63a254c commit 25a7ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/cores/paplayer/CodecFactory.cpp
Expand Up @@ -140,8 +140,8 @@ ICodec* CodecFactory::CreateCodecDemux(const CStdString& strFile, const CStdStri
return CreateOGGCodec(strFile,filecache);
else if (strContent.Equals("audio/x-xbmc-pcm"))
return (ICodec*)new BXACodec();
else if (strContent.Equals("audio/flac") || strContent.Equals("audio/x-flac") || strContent.Equals("application/x-flac"))
return new FLACCodec();
else if (strContent.Equals("audio/flac") || strContent.Equals("audio/x-flac") || strContent.Equals("application/x-flac"))
return new FLACCodec();

if (urlFile.GetProtocol() == "lastfm" || urlFile.GetProtocol() == "shout")
{
Expand Down

0 comments on commit 25a7ba9

Please sign in to comment.