diff --git a/lib/base.php b/lib/base.php
index 0d3de2c36424bcc5f1017fe4094dbbe48f66d1c0..07743a5c99e834b4806db21159fd47a6e39f6d18 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -496,7 +496,6 @@ class OC{
 			header( 'Location: '.$location );
 			return;
 		}
-
 		// Handle WebDAV
 		if($_SERVER['REQUEST_METHOD']=='PROPFIND') {
 			header('location: '.OC_Helper::linkToRemote('webdav'));