Skip to content

Commit b2c0fb7

Browse files
committed
Remove empty lines at end of file
1 parent a5a053b commit b2c0fb7

File tree

77 files changed

+0
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+0
-96
lines changed

apptemplate/js/admin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ $(document).ready(function(){
1313

1414

1515
});
16-
17-

bookmarks/ajax/recordClick.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@
3636
$bookmarks = $query->execute($params);
3737

3838
header( "HTTP/1.1 204 No Content" );
39-

carddavmate/css/default.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,3 @@ textarea[readonly]
12541254
{
12551255
background-image: url(%appswebroot%/apps/carddavmate/img/error_b.svg) !important;
12561256
}
1257-
1258-
1259-

carddavmate/js/localization.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3096,4 +3096,3 @@ localization['sk_SK']= /* Jan Mate <[email protected]> */
30963096
errHttp500: 'vnútorná chyba servera',
30973097
errHttp501: 'neimplementované'
30983098
}
3099-

contacts/ajax/contact/list.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ function cmp($a, $b)
9494
uasort($contacts_addressbook, 'cmp');
9595

9696
OCP\JSON::success(array('data' => array('entries' => $contacts_addressbook)));
97-

contacts/appinfo/app.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
OC_Search::registerProvider('OC_Search_Provider_Contacts');
2929
OCP\Share::registerBackend('contact', 'OC_Share_Backend_Contact');
3030
OCP\Share::registerBackend('addressbook', 'OC_Share_Backend_Addressbook', 'contact');
31-

contacts/css/contacts.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,3 @@ input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; }
157157
.addressbooks-settings a.action { opacity: 0.2; }
158158
.addressbooks-settings a.action:hover { opacity: 1; }
159159
.addressbooks-settings td.active, .addressbooks-settings td.action { width: 20px; }
160-

contacts/css/jquery.Jcrop.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@
8181
-moz-border-radius: 3px;
8282
-webkit-border-radius: 3px;
8383
}
84-

contacts/photo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ function getStandardImage() {
8080
}
8181
header('Content-Type: '.$image->mimeType());
8282
$image->show();
83-

contacts/templates/part.selectaddressbook.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@
3131
</table>
3232
</form>
3333
</div>
34-

0 commit comments

Comments
 (0)