Browse Source

clear code

Marino Faggiana 8 years ago
parent
commit
bf7b8626eb
2 changed files with 1 additions and 2 deletions
  1. 0 1
      iOSClient/Database/NCManageDatabase.swift
  2. 1 1
      iOSClient/Networking/CCNetworking.m

+ 0 - 1
iOSClient/Database/NCManageDatabase.swift

@@ -1397,7 +1397,6 @@ class NCManageDatabase: NSObject {
                     result?.sessionTaskIdentifierPlist = sessionTaskIdentifierPlist
                 }
             }
-            
         }
         
         // Update Date Read Directory

+ 1 - 1
iOSClient/Networking/CCNetworking.m

@@ -775,7 +775,7 @@
         [self upload:fileName serverUrl:serverUrl cryptated:NO template:NO onlyPlist:NO fileNameTemplate:nil assetLocalIdentifier:assetLocalIdentifier session:session taskStatus:taskStatus selector:selector selectorPost:selectorPost errorCode:errorCode delegate:delegate];
     } else {
     
-    // *** Manual Upload & Upload Automatic All ***
+        // *** Manual Upload & Upload Automatic All ***
         
         PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[assetLocalIdentifier] options:nil];