aboutsummaryrefslogtreecommitdiff
path: root/src/taskbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskbar.c')
-rw-r--r--src/taskbar.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/taskbar.c b/src/taskbar.c
index 4cee2ab..c75911e 100644
--- a/src/taskbar.c
+++ b/src/taskbar.c
@@ -133,7 +133,9 @@ DestroyTaskBar()
/***************************************************************************
***************************************************************************/
-TrayComponentType *CreateTaskBar() {
+TrayComponentType *
+CreateTaskBar()
+{
TrayComponentType *cp;
TaskBarType *tp;
@@ -816,7 +818,9 @@ FocusPreviousStackedCircular()
/***************************************************************************
***************************************************************************/
-Node *GetNode(TaskBarType *bar, int x) {
+Node *
+GetNode(TaskBarType *bar, int x)
+{
Node *tp;
int remainder;