Merge branch 'develop' into fix_instant_uploads_in_Samsung_4.x_devices
[pub/Android/ownCloud.git] / src / com / owncloud / android / utils / FileStorageUtils.java
index dda7b5a..29553c4 100644 (file)
@@ -74,4 +74,5 @@ public class FileStorageUtils {
         String value = uploadPath + OCFile.PATH_SEPARATOR +  (fileName == null ? "" : fileName);
         return value;
     }
+  
 }
\ No newline at end of file