From 3c4165189dce94303efa1744ecfd6c728d2db5ec Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 10:46:39 +0200 Subject: Remove trailing whitespaces --- caja/caja-engrampa.h | 4 ++-- caja/engrampa-module.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'caja') 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 - * + * */ #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 - * + * */ #include @@ -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; -- cgit v1.2.1