[epiphany] Fix file endings
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix file endings
- Date: Wed, 30 Nov 2016 18:34:03 +0000 (UTC)
commit 94c4917d5d1a9804a644f02ef2dbe934cbf317f9
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Wed Nov 30 20:30:31 2016 +0200
Fix file endings
data/icons/Makefile.am | 1 -
embed/ephy-embed-container.c | 2 --
lib/egg/eggtreemultidnd.c | 1 -
lib/ephy-smaps.c | 2 --
lib/ephy-web-app-utils.h | 1 -
lib/widgets/ephy-certificate-dialog.c | 1 -
src/bookmarks/ephy-bookmarks-export.h | 2 +-
src/bookmarks/ephy-bookmarks-import.h | 2 +-
src/search-provider/ephy-search-provider-main.c | 1 -
src/search-provider/ephy-search-provider.c | 1 -
tests/ephy-completion-model-test.c | 1 -
11 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index c895a00..30fea24 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -53,4 +53,3 @@ install-data-local: install-icons update-icon-cache
uninstall-local: uninstall-icons update-icon-cache
-include $(top_srcdir)/git.mk
-
diff --git a/embed/ephy-embed-container.c b/embed/ephy-embed-container.c
index 920ad89..78a90da 100644
--- a/embed/ephy-embed-container.c
+++ b/embed/ephy-embed-container.c
@@ -165,5 +165,3 @@ ephy_embed_container_get_is_popup (EphyEmbedContainer *container)
iface = EPHY_EMBED_CONTAINER_GET_IFACE (container);
return iface->get_is_popup (container);
}
-
-
diff --git a/lib/egg/eggtreemultidnd.c b/lib/egg/eggtreemultidnd.c
index 150588c..a238abd 100644
--- a/lib/egg/eggtreemultidnd.c
+++ b/lib/egg/eggtreemultidnd.c
@@ -397,4 +397,3 @@ egg_tree_multi_drag_add_drag_support (GtkTreeView *tree_view)
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
g_signal_connect (G_OBJECT (tree_view), "button_press_event", G_CALLBACK
(egg_tree_multi_drag_button_press_event), NULL);
}
-
diff --git a/lib/ephy-smaps.c b/lib/ephy-smaps.c
index 03974aa..14dd442 100644
--- a/lib/ephy-smaps.c
+++ b/lib/ephy-smaps.c
@@ -488,5 +488,3 @@ EphySMaps *ephy_smaps_new (void)
{
return EPHY_SMAPS (g_object_new (EPHY_TYPE_SMAPS, NULL));
}
-
-
diff --git a/lib/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h
index ef59820..cd6b94f 100644
--- a/lib/ephy-web-app-utils.h
+++ b/lib/ephy-web-app-utils.h
@@ -57,4 +57,3 @@ void ephy_web_application_free_application_list (GList *list);
gboolean ephy_web_application_exists (const char *name);
G_END_DECLS
-
diff --git a/lib/widgets/ephy-certificate-dialog.c b/lib/widgets/ephy-certificate-dialog.c
index 8ee301c..8c564a0 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -352,4 +352,3 @@ ephy_certificate_dialog_new (GtkWindow *parent,
return dialog;
}
-
diff --git a/src/bookmarks/ephy-bookmarks-export.h b/src/bookmarks/ephy-bookmarks-export.h
index df633fd..bd36b0e 100644
--- a/src/bookmarks/ephy-bookmarks-export.h
+++ b/src/bookmarks/ephy-bookmarks-export.h
@@ -28,4 +28,4 @@ gboolean ephy_bookmarks_export (EphyBookmarksManager *manager,
const char *filename,
GError **error);
-G_END_DECLS
\ No newline at end of file
+G_END_DECLS
diff --git a/src/bookmarks/ephy-bookmarks-import.h b/src/bookmarks/ephy-bookmarks-import.h
index 4e1a4ff..881ef8c 100644
--- a/src/bookmarks/ephy-bookmarks-import.h
+++ b/src/bookmarks/ephy-bookmarks-import.h
@@ -36,4 +36,4 @@ gboolean ephy_bookmarks_import_from_firefox (EphyBookmarksManager *manager,
const gchar *profile,
GError **error);
-G_END_DECLS
\ No newline at end of file
+G_END_DECLS
diff --git a/src/search-provider/ephy-search-provider-main.c b/src/search-provider/ephy-search-provider-main.c
index 9ee1385..282f543 100644
--- a/src/search-provider/ephy-search-provider-main.c
+++ b/src/search-provider/ephy-search-provider-main.c
@@ -56,4 +56,3 @@ gint main (gint argc, gchar **argv)
return status;
}
-
diff --git a/src/search-provider/ephy-search-provider.c b/src/search-provider/ephy-search-provider.c
index 0079773..0926a38 100644
--- a/src/search-provider/ephy-search-provider.c
+++ b/src/search-provider/ephy-search-provider.c
@@ -455,4 +455,3 @@ ephy_search_provider_new (void)
"application-id", "org.gnome.EpiphanySearchProvider",
NULL);
}
-
diff --git a/tests/ephy-completion-model-test.c b/tests/ephy-completion-model-test.c
index 0cec1c3..dc3e8b3 100644
--- a/tests/ephy-completion-model-test.c
+++ b/tests/ephy-completion-model-test.c
@@ -99,4 +99,3 @@ main (int argc, char *argv[])
return ret;
}
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]