From 05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a Mon Sep 17 00:00:00 2001 From: Alex Kozlov Date: Fri, 1 Feb 2013 15:04:00 +0000 Subject: - Fix all cases of 'No newline at end of file' in ports tree Approved by: portmgr (bapt) --- editors/mousepad/files/patch-src_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mousepad/files/patch-src_search.c') diff --git a/editors/mousepad/files/patch-src_search.c b/editors/mousepad/files/patch-src_search.c index 65eed605a0c7..9060a7e4d303 100644 --- a/editors/mousepad/files/patch-src_search.c +++ b/editors/mousepad/files/patch-src_search.c @@ -25,4 +25,4 @@ + } label_replace = gtk_label_new_with_mnemonic(_("Re_place with: ")); gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5); - gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2); \ No newline at end of file + gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2); -- cgit v1.2.3