diff options
author | mgeier63 <mgeier63@gmail.com> | 2015-08-27 06:56:57 +0200 |
---|---|---|
committer | mgeier63 <mgeier63@gmail.com> | 2015-08-27 06:56:57 +0200 |
commit | a2db5abdd9c26768ecb1278dfae371d6b90a36de (patch) | |
tree | ccbf9b7e8c448e28b61474fd1c474ee91e74f829 | |
parent | 9d8104e15c21294a21a421a02303c9586f823e96 (diff) | |
download | openpgp-api-a2db5abdd9c26768ecb1278dfae371d6b90a36de.tar.gz openpgp-api-a2db5abdd9c26768ecb1278dfae371d6b90a36de.tar.bz2 openpgp-api-a2db5abdd9c26768ecb1278dfae371d6b90a36de.zip |
added missing linebreak
-rw-r--r-- | openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl index daca0ee..39c24e5 100644 --- a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl +++ b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl @@ -20,4 +20,4 @@ interface IOpenPgpService2 { ParcelFileDescriptor createOutputPipe(in int pipeId); Intent execute(in Intent data, in ParcelFileDescriptor input, int pipeId); -}
\ No newline at end of file +} |