diff options
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/src/org/openintents')
| -rw-r--r-- | OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java index 6ccc2d833..6615c2146 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/OpenPgpData.java @@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable {      }      public void writeToParcel(Parcel dest, int flags) { -    	dest.writeInt(type); +        dest.writeInt(type);          dest.writeString(string);          dest.writeInt(bytes.length);          dest.writeByteArray(bytes); | 
