summaryrefslogtreecommitdiff
path: root/src/ephy-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r--src/ephy-session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h
index 49e2da6b6..8dcb63978 100644
--- a/src/ephy-session.h
+++ b/src/ephy-session.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* Copyright © 2002 Jorn Baayen
* Copyright © 2003 Marco Pesenti Gritti
@@ -29,7 +30,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (EphySession, ephy_session, EPHY, SESSION, GObject)
-void ephy_session_save (EphySession *session);
+void ephy_session_save (EphySession *session);
void ephy_session_load (EphySession *session,
const char *filename,
guint32 user_time,