From 1a16f1b1016aa26aab735ad1d368b4d307d808cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Thu, 10 Jul 2014 21:42:04 +0200 Subject: [PATCH] Add missagn newlines at EOF. --- locale/.gitignore | 2 +- src/org/cacert/gigi/Gigi.templ | 2 +- src/org/cacert/gigi/pages/account/MailCertificateAdd.templ | 2 +- src/org/cacert/gigi/pages/account/mailOverview.templ | 2 +- src/org/cacert/gigi/pages/error/PageNotFound.templ | 2 +- static/static/default.css | 2 +- static/static/menu.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locale/.gitignore b/locale/.gitignore index 917eade9..6fe7289d 100644 --- a/locale/.gitignore +++ b/locale/.gitignore @@ -1,3 +1,3 @@ * !.gitignore -a \ No newline at end of file +a diff --git a/src/org/cacert/gigi/Gigi.templ b/src/org/cacert/gigi/Gigi.templ index 3d389ee7..1f7b458d 100644 --- a/src/org/cacert/gigi/Gigi.templ +++ b/src/org/cacert/gigi/Gigi.templ @@ -115,4 +115,4 @@ - \ No newline at end of file + diff --git a/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ b/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ index 91fffdce..480696d2 100644 --- a/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ +++ b/src/org/cacert/gigi/pages/account/MailCertificateAdd.templ @@ -122,4 +122,4 @@ - \ No newline at end of file + diff --git a/src/org/cacert/gigi/pages/account/mailOverview.templ b/src/org/cacert/gigi/pages/account/mailOverview.templ index 379162b8..c17f0dfd 100644 --- a/src/org/cacert/gigi/pages/account/mailOverview.templ +++ b/src/org/cacert/gigi/pages/account/mailOverview.templ @@ -39,4 +39,4 @@

-

\ No newline at end of file +

diff --git a/src/org/cacert/gigi/pages/error/PageNotFound.templ b/src/org/cacert/gigi/pages/error/PageNotFound.templ index f525603e..6bc59d6a 100644 --- a/src/org/cacert/gigi/pages/error/PageNotFound.templ +++ b/src/org/cacert/gigi/pages/error/PageNotFound.templ @@ -1,3 +1,3 @@

-

\ No newline at end of file +

diff --git a/static/static/default.css b/static/static/default.css index d62345c1..458adc99 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -757,4 +757,4 @@ pre{ .dataTable select, .dataTable option { font-size: 92%; -} \ No newline at end of file +} diff --git a/static/static/menu.js b/static/static/menu.js index 12c3a30f..aff0c36b 100644 --- a/static/static/menu.js +++ b/static/static/menu.js @@ -55,4 +55,4 @@ } })(window.onload); -})(); \ No newline at end of file +})(); -- 2.39.2