summaryrefslogtreecommitdiffstats
path: root/lib/user
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-18 11:02:08 +0200
committerkondou <kondou@ts.unde.re>2013-08-18 11:06:59 +0200
commit9e8a6b704d4b65bb999d992f4900a9e184d952bd (patch)
tree6c9826abd645431878d79b35e4c5edc22420bf84 /lib/user
parent12f4494de02457d51004ca6a82c1b2160189819f (diff)
downloadnextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.tar.gz
nextcloud-server-9e8a6b704d4b65bb999d992f4900a9e184d952bd.zip
Add _many_ newlines at the end of files
Diffstat (limited to 'lib/user')
-rw-r--r--lib/user/http.php2
-rw-r--r--lib/user/interface.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/user/http.php b/lib/user/http.php
index 944ede73a0b..1e044ed4188 100644
--- a/lib/user/http.php
+++ b/lib/user/http.php
@@ -103,4 +103,4 @@ class OC_User_HTTP extends OC_User_Backend {
return false;
}
}
-} \ No newline at end of file
+}
diff --git a/lib/user/interface.php b/lib/user/interface.php
index b1e19aea7fb..c72bdfaf3fd 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -77,4 +77,4 @@ interface OC_User_Interface {
* @return boolean if users can be listed or not
*/
public function hasUserListings();
-} \ No newline at end of file
+}