Make sure every file ends with an empty newline

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/20391/head
Christoph Wurst 6 years ago
parent a8a06a82d2
commit bcd13296de
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      apps/files/list.php
  2. 1
      apps/files/simplelist.php
  3. 1
      apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
  4. 1
      apps/files_sharing/lib/Exceptions/SharingRightsException.php
  5. 1
      apps/files_versions/appinfo/app.php
  6. 1
      apps/files_versions/appinfo/routes.php
  7. 1
      apps/systemtags/appinfo/app.php
  8. 1
      apps/testing/appinfo/app.php
  9. 2
      apps/theming/appinfo/app.php
  10. 1
      apps/theming/appinfo/routes.php
  11. 1
      build/integration/features/bootstrap/Sharing.php
  12. 1
      build/integration/features/bootstrap/Trashbin.php
  13. 1
      build/signed-off-checker.php
  14. 1
      lib/public/DirectEditing/IManager.php
  15. 1
      ocm-provider/index.php

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

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

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

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

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

@ -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');

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save