summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-15 21:47:28 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-16 22:23:36 +0100
commite7aebc5c32c783f75a26f6ebc8116886a8cb55cf (patch)
tree30896945eae58ba3121bb08cc609a1bd6637844c /apps/files_encryption
parent5b1ffd761172aef168283b92eb8d45e3118620b2 (diff)
downloadnextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.tar.gz
nextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.zip
Fix whitespace issues
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/lib/session.php2
-rw-r--r--apps/files_encryption/lib/stream.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/lib/session.php b/apps/files_encryption/lib/session.php
index a3870014b3c..f9001422560 100644
--- a/apps/files_encryption/lib/session.php
+++ b/apps/files_encryption/lib/session.php
@@ -121,7 +121,7 @@ class Session {
/**
* @brief Sets status of encryption app
- * @param string $init INIT_SUCCESSFUL, INIT_EXECUTED, NOT_INITIALIZED
+ * @param string $init INIT_SUCCESSFUL, INIT_EXECUTED, NOT_INITIALIZED
* @return bool
*
* @note this doesn not indicate of the init was successful, we just remeber the try!
diff --git a/apps/files_encryption/lib/stream.php b/apps/files_encryption/lib/stream.php
index 9a204e088a3..1008eba43b6 100644
--- a/apps/files_encryption/lib/stream.php
+++ b/apps/files_encryption/lib/stream.php
@@ -180,7 +180,7 @@ class Stream {
/**
* @brief Returns the current position of the file pointer
- * @return int position of the file pointer
+ * @return int position of the file pointer
*/
public function stream_tell() {
return ftell($this->handle);