workspace.c: update header, reformat

next
Michael Stapelberg 2010-04-13 16:43:08 +02:00
parent 6aa6fa0af0
commit 4206db2839
1 changed files with 35 additions and 40 deletions

View File

@ -1,11 +1,8 @@
/* /*
* vim:ts=8:expandtab * vim:ts=4:sw=4:expandtab
* *
* i3 - an improved dynamic tiling window manager * i3 - an improved dynamic tiling window manager
* * © 2009-2010 Michael Stapelberg and contributors (see also: LICENSE)
* © 2009-2010 Michael Stapelberg and contributors
*
* See file LICENSE for license information.
* *
* workspace.c: Functions for modifying workspaces * workspace.c: Functions for modifying workspaces
* *
@ -14,8 +11,6 @@
#include "all.h" #include "all.h"
extern Con *focused;
/* /*
* Returns a pointer to the workspace with the given number (starting at 0), * Returns a pointer to the workspace with the given number (starting at 0),
* creating the workspace if necessary (by allocating the necessary amount of * creating the workspace if necessary (by allocating the necessary amount of