1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Whitespaces :/

This commit is contained in:
Apoorv Khatreja 2011-07-25 18:56:21 +05:30
parent da9a5e6c17
commit cf39070048

View File

@ -875,16 +875,16 @@ public class ImapStore extends Store {
uidMap.put(srcUidsIterator.next(), destUidsIterator.next());
}
} else {
if(K9.DEBUG)
if(K9.DEBUG)
Log.v(K9.LOG_TAG, "Parse error: size of source UIDs list is not the same as size of destination UIDs list.");
}
} else {
if(K9.DEBUG)
if(K9.DEBUG)
Log.v(K9.LOG_TAG, "Parsing of the sequence set failed.");
}
}
} else {
if(K9.DEBUG)
if(K9.DEBUG)
Log.v(K9.LOG_TAG, "Expected COPYUID response was not found.");
}
return uidMap;