summaryrefslogtreecommitdiff
path: root/atari/cookies.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-05-19 16:53:13 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-05-19 16:53:13 +0100
commitc21c781be8dcfed5cf87ceb5eee2fb046be7be1b (patch)
treedd9376ea4b7509f916b0457c82fe982bd3bc3c22 /atari/cookies.c
parent69e6fd86b3ab8c79a1f2ea655605f567dda50ea3 (diff)
downloadnetsurf-c21c781be8dcfed5cf87ceb5eee2fb046be7be1b.tar.gz
netsurf-c21c781be8dcfed5cf87ceb5eee2fb046be7be1b.tar.bz2
Fix line endings.
Diffstat (limited to 'atari/cookies.c')
-rw-r--r--atari/cookies.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/atari/cookies.c b/atari/cookies.c
index 550d59ce1..5cae56a3f 100644
--- a/atari/cookies.c
+++ b/atari/cookies.c
@@ -1,19 +1,19 @@
-/*
- * Copyright 2013 Ole Loots <ole@monochrom.net>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * NetSurf is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+/*
+ * Copyright 2013 Ole Loots <ole@monochrom.net>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <ctype.h>
@@ -158,8 +158,8 @@ static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
}
return(retval);
-}
-
+}
+
void atari_cookie_manager_init(void)
{
if (atari_cookie_manager.init == false) {
@@ -199,7 +199,7 @@ void atari_cookie_manager_init(void)
}
}
atari_cookie_manager.init = true;
-}
+}
void atari_cookie_manager_open(void)
{
assert(atari_cookie_manager.init);
@@ -219,13 +219,13 @@ void atari_cookie_manager_open(void)
}
}
-
+
void atari_cookie_manager_close(void)
{
atari_treeview_close(atari_cookie_manager.tv);
}
-
+
void atari_cookie_manager_destroy(void)
{
if( atari_cookie_manager.init == false) {