summaryrefslogtreecommitdiff
path: root/mate-window-picker-applet/task-title.h
diff options
context:
space:
mode:
authorÉtienne Deparis <[email protected]>2019-04-01 19:48:27 +0200
committerMartin Wimpress <[email protected]>2019-09-23 19:44:12 +0100
commit7b1d6ad9052b3c12736a8476b0db1acc63a8cd20 (patch)
tree26b817f97a83c5418b7774adf26a3f11334c22bb /mate-window-picker-applet/task-title.h
parent4957e67672fe99a4c93257f6ad18ab549420312e (diff)
downloadmate-netbook-7b1d6ad9052b3c12736a8476b0db1acc63a8cd20.tar.bz2
mate-netbook-7b1d6ad9052b3c12736a8476b0db1acc63a8cd20.tar.xz
Cleanup whitespaces
Diffstat (limited to 'mate-window-picker-applet/task-title.h')
-rw-r--r--mate-window-picker-applet/task-title.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mate-window-picker-applet/task-title.h b/mate-window-picker-applet/task-title.h
index 0a1d7ec..5161a9d 100644
--- a/mate-window-picker-applet/task-title.h
+++ b/mate-window-picker-applet/task-title.h
@@ -2,7 +2,7 @@
* Copyright (C) 2008 Canonical Ltd
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
+ * it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
@@ -44,10 +44,10 @@
typedef struct _TaskTitle TaskTitle;
typedef struct _TaskTitleClass TaskTitleClass;
typedef struct _TaskTitlePrivate TaskTitlePrivate;
-
+
struct _TaskTitle
{
- GtkEventBox parent;
+ GtkEventBox parent;
TaskTitlePrivate *priv;
};
@@ -63,4 +63,3 @@ GtkWidget * task_title_new (void);
#endif /* _TASK_TITLE_H_ */
-