summaryrefslogtreecommitdiff
path: root/caja
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:46:39 +0200
committerraveit65 <[email protected]>2019-07-01 18:38:12 +0200
commit3c4165189dce94303efa1744ecfd6c728d2db5ec (patch)
treefd104044ae3a367b25558053c4610490bb013680 /caja
parente48cd4649f7a448ed585634e206347cab5b86051 (diff)
downloadengrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.bz2
engrampa-3c4165189dce94303efa1744ecfd6c728d2db5ec.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'caja')
-rw-r--r--caja/caja-engrampa.h4
-rw-r--r--caja/engrampa-module.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/caja/caja-engrampa.h b/caja/caja-engrampa.h
index b01fc6c..f94e455 100644
--- a/caja/caja-engrampa.h
+++ b/caja/caja-engrampa.h
@@ -1,6 +1,6 @@
/*
* Engrampa
- *
+ *
* Copyright (C) 2004 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -18,7 +18,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Author: Paolo Bacchilega <[email protected]>
- *
+ *
*/
#ifndef CAJA_RNGRAMPA_H
diff --git a/caja/engrampa-module.c b/caja/engrampa-module.c
index 73be1a8..cda7e43 100644
--- a/caja/engrampa-module.c
+++ b/caja/engrampa-module.c
@@ -1,6 +1,6 @@
/*
* Engrampa
- *
+ *
* Copyright (C) 2004 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -18,7 +18,7 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Author: Paolo Bacchilega <[email protected]>
- *
+ *
*/
#include <config.h>
@@ -44,12 +44,12 @@ caja_module_shutdown (void)
}
-void
+void
caja_module_list_types (const GType **types,
int *num_types)
{
static GType type_list[1];
-
+
type_list[0] = CAJA_TYPE_FR;
*types = type_list;
*num_types = 1;