summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 08:45:27 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:29:43 +0200
commit0365f8fd017bef03c832d4c18224c305cdc0b81f (patch)
treee36f976b32f11e35bf716976a6517fb7bd399e23 /apps/files_external/lib
parent0e58800016419daf3b2d032136415a5fe9d6331f (diff)
downloadnextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.tar.gz
nextcloud-server-0365f8fd017bef03c832d4c18224c305cdc0b81f.zip
Remove php close at end of file
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/amazons3.php2
-rwxr-xr-xapps/files_external/lib/dropbox.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php
index 34f8ba25574..41ec3c70b45 100644
--- a/apps/files_external/lib/amazons3.php
+++ b/apps/files_external/lib/amazons3.php
@@ -232,5 +232,3 @@ class OC_Filestorage_AmazonS3 extends OC_Filestorage_Common {
}
}
-
-?> \ No newline at end of file
diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php
index b90563a5065..bb86894e55e 100755
--- a/apps/files_external/lib/dropbox.php
+++ b/apps/files_external/lib/dropbox.php
@@ -251,5 +251,3 @@ class OC_Filestorage_Dropbox extends OC_Filestorage_Common {
}
}
-
-?> \ No newline at end of file