summaryrefslogtreecommitdiff
path: root/pluma/pluma-notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-notebook.h')
-rw-r--r--pluma/pluma-notebook.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/pluma/pluma-notebook.h b/pluma/pluma-notebook.h
index 7477798a..7f469915 100644
--- a/pluma/pluma-notebook.h
+++ b/pluma/pluma-notebook.h
@@ -2,7 +2,7 @@
* pluma-notebook.h
* This file is part of pluma
*
- * Copyright (C) 2005 - Paolo Maggi
+ * Copyright (C) 2005 - Paolo Maggi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,14 +16,14 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
-
+
/*
- * Modified by the pluma Team, 2005. See the AUTHORS file for a
- * list of people on the pluma Team.
- * See the ChangeLog files for a list of changes.
+ * Modified by the pluma Team, 2005. See the AUTHORS file for a
+ * list of people on the pluma Team.
+ * See the ChangeLog files for a list of changes.
*/
/* This file is a modified version of the epiphany file ephy-notebook.h
@@ -34,7 +34,7 @@
* Copyright (C) 2003, 2004 Christian Persch
*
*/
-
+
#ifndef PLUMA_NOTEBOOK_H
#define PLUMA_NOTEBOOK_H
@@ -62,7 +62,7 @@ typedef struct _PlumaNotebookPrivate PlumaNotebookPrivate;
* Main object structure
*/
typedef struct _PlumaNotebook PlumaNotebook;
-
+
struct _PlumaNotebook
{
GtkNotebook notebook;
@@ -113,7 +113,7 @@ void pluma_notebook_remove_all_tabs (PlumaNotebook *nb);
void pluma_notebook_reorder_tab (PlumaNotebook *src,
PlumaTab *tab,
gint dest_position);
-
+
void pluma_notebook_move_tab (PlumaNotebook *src,
PlumaNotebook *dest,
PlumaTab *tab,