Make sure every file ends with an empty newline

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-04-09 16:11:50 +02:00
parent a8a06a82d2
commit bcd13296de
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
15 changed files with 1 additions and 15 deletions

View File

@ -37,4 +37,3 @@ $tmpl = new OCP\Template('files', 'list', '');
$tmpl->assign('showgridview', $showgridview && !$isIE);
$tmpl->assign('publicUploadEnabled', $publicUploadEnabled);
$tmpl->printPage();

View File

@ -35,4 +35,3 @@ $tmpl = new OCP\Template('files', 'simplelist', '');
// gridview not available for ie
$tmpl->assign('showgridview', $showgridview && !$isIE);
$tmpl->printPage();

View File

@ -180,4 +180,3 @@ class SFTPWriteStream implements File {
}
}

View File

@ -36,4 +36,3 @@ use Exception;
class SharingRightsException extends Exception {
}

View File

@ -22,4 +22,3 @@
*/
\OC::$server->query(\OCA\Files_Versions\AppInfo\Application::class);

View File

@ -46,4 +46,3 @@ $this->create('files_versions_ajax_getVersions', 'ajax/getVersions.php')
->actionInclude('files_versions/ajax/getVersions.php');
$this->create('files_versions_ajax_rollbackVersion', 'ajax/rollbackVersion.php')
->actionInclude('files_versions/ajax/rollbackVersion.php');

View File

@ -69,4 +69,3 @@ $eventDispatcher->addListener(MapperEvent::EVENT_UNASSIGN, $mapperListener);
'name' => $l->t('Tags'),
];
});

View File

@ -22,4 +22,3 @@
*/
$app = new \OCA\Testing\AppInfo\Application();

View File

@ -57,4 +57,4 @@ $linkToJs = \OC::$server->getURLGenerator()->linkToRoute(
'src' => $linkToJs,
'nonce' => \OC::$server->getContentSecurityPolicyNonceManager()->getNonce()
], ''
);
);

View File

@ -84,4 +84,3 @@ return ['routes' => [
'requirements' => ['image' => '.+']
],
]];

View File

@ -742,4 +742,3 @@ trait Sharing {
return $sharees;
}
}

View File

@ -167,4 +167,3 @@ trait Trashbin {
return;
}
}

View File

@ -127,4 +127,3 @@ if($notSignedCommits !== []) {
} else {
exit(0);
}

View File

@ -87,4 +87,3 @@ interface IManager {
public function cleanup(): int;
}

View File

@ -36,4 +36,3 @@ if ($isEnabled) {
header($_SERVER["SERVER_PROTOCOL"]." 501 Not Implemented", true, 501);
exit("501 Not Implemented");
}