More formatting updates. Reduced whitespace, looks even better.

This commit is contained in:
William Ferrell
2000-03-30 20:43:33 +00:00
parent a98c8109a8
commit ddfd41f53e
78 changed files with 0 additions and 590 deletions
-2
View File
@@ -15,7 +15,6 @@ typedef struct screen {
client *parent;
} screen;
screen *screen_create ();
int screen_destroy (screen * s);
@@ -24,5 +23,4 @@ screen *screen_find (client * c, char *id);
int screen_add (client * c, char *id);
int screen_remove (client * c, char *id);
#endif