summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-06-16 13:21:30 +0200
committerraveit65 <[email protected]>2019-06-18 10:07:19 +0200
commit66368a189dea7ab666cb4089ee30b6ba04ba5132 (patch)
tree3d62c86143e83d6190578c20d2fe9714746b8eb5 /font-viewer/font-model.c
parent5caf5bd5aa799c35050c728f72617ad6b03fb0d7 (diff)
downloadmate-control-center-66368a189dea7ab666cb4089ee30b6ba04ba5132.tar.bz2
mate-control-center-66368a189dea7ab666cb4089ee30b6ba04ba5132.tar.xz
Remove trailing whitespaces
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Diffstat (limited to 'font-viewer/font-model.c')
-rw-r--r--font-viewer/font-model.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c
index f0d6fdf7..8cbc7ae0 100644
--- a/font-viewer/font-model.c
+++ b/font-viewer/font-model.c
@@ -1,5 +1,5 @@
/* -*- mode: C; c-basic-offset: 4 -*-
- * mate-font-view:
+ * mate-font-view:
*
* Copyright (C) 2012 Cosimo Cecchi <[email protected]>
*
@@ -7,7 +7,7 @@
*
* fontilus - a collection of font utilities for MATE
* Copyright (C) 2002-2003 James Henstridge <[email protected]>
- *
+ *
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -627,7 +627,7 @@ font_view_model_class_init (FontViewModelClass *klass)
GObjectClass *oclass = G_OBJECT_CLASS (klass);
oclass->finalize = font_view_model_finalize;
- signals[CONFIG_CHANGED] =
+ signals[CONFIG_CHANGED] =
g_signal_new ("config-changed",
FONT_VIEW_TYPE_MODEL,
G_SIGNAL_RUN_FIRST,