From 20f2c86a511f7913cf858e7bd3668b0b59663ba0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 May 2015 09:11:32 +0100 Subject: Clean up atari source linendings, whitespace damage and executable status --- atari/certview.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'atari/certview.h') diff --git a/atari/certview.h b/atari/certview.h index fc30074f7..ff15d8076 100644 --- a/atari/certview.h +++ b/atari/certview.h @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -#ifndef CERTVIEW_H_INCLUDED +#ifndef CERTVIEW_H_INCLUDED #define CERTVIEW_H_INCLUDED #include @@ -28,24 +28,24 @@ #include "utils/nsoption.h" #include "utils/log.h" #include "desktop/sslcert_viewer.h" - + struct core_window; -struct atari_sslcert_viewer_s { - GUIWIN * window; +struct atari_sslcert_viewer_s { + GUIWIN * window; //struct atari_treeview_window *tv;/*< The hotlist treeview handle. */ struct core_window *tv; - struct sslcert_session_data *ssl_session_data; - bool init; -}; + struct sslcert_session_data *ssl_session_data; + bool init; +}; /** * Initializes and opens an certificate inspector window * \param ssl_d ssl session data created by sslcert_viewer_create_session_data * * The window takes ownership of the session data and free's the memory on exit. - */ + */ void atari_sslcert_viewer_open(struct sslcert_session_data *ssl_d); -#endif // CERTVIEW_H_INCLUDED +#endif // CERTVIEW_H_INCLUDED -- cgit v1.2.3