From 6525d593f265e6b96a80a5412e7e43f45f03a833 Mon Sep 17 00:00:00 2001 From: vspader Date: Sat, 28 Feb 2009 22:03:27 -0800 Subject: [PATCH] Fixed indentation. --- Playlist/PlaylistLoader.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playlist/PlaylistLoader.m b/Playlist/PlaylistLoader.m index 75c729311..1a5f887ab 100755 --- a/Playlist/PlaylistLoader.m +++ b/Playlist/PlaylistLoader.m @@ -354,7 +354,7 @@ } else { - [pe setValuesForKeysWithDictionary:entryInfo]; + [pe setValuesForKeysWithDictionary:entryInfo]; } return; }