Remove tabs (I wonder why Anjuta decided to insert them there)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13782 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 079161a..3b4f279 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -299,7 +299,7 @@
     if(!found)
     {
         /* weird: we couldn't find the entry. This Should Never Happen (TM) */
-		rb->splash(0, "File/Dir not found: %s", (char*)file);
+        rb->splash(0, "File/Dir not found: %s", (char*)file);
         rb->action_userabort(TIMEOUT_BLOCK);
         return PLUGIN_OK;
     }
@@ -308,7 +308,7 @@
     if(!(its_a_dir ? dir_properties((char*)file):file_properties((char*)file)))
     {
         /* something went wrong (to do: tell user what it was (nesting,...) */
-		rb->splash(0, "Failed to gather information");
+        rb->splash(0, "Failed to gather information");
         rb->action_userabort(TIMEOUT_BLOCK);
         return PLUGIN_OK;
     }