Revert commit 6cdd830a7be28b77688efc3cd62857c1e71a1342
[pub/Android/ownCloud.git] / src / com / owncloud / android / providers / FileContentProvider.java
index f76ae94..fc03807 100644 (file)
@@ -484,7 +484,7 @@ public class FileContentProvider extends ContentProvider {
         }
         getContext().getContentResolver().notifyChange(uri, null);
         
-     // Get parentId to notify the change
+        // Get parentId to notify the change
         long parentId = getParentId(uri);
         // Notify the change to the parent folder
         notifyChangeToParentUri(parentId);