Fix line endings.

This commit is contained in:
Michael Drake 2014-05-19 16:53:13 +01:00
parent 69e6fd86b3
commit c21c781be8
1 changed files with 21 additions and 21 deletions

View File

@ -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) {