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
@@ -31,7 +31,6 @@ typedef struct widget {
extern char *types[];
widget *widget_create ();
int widget_destroy (widget * w);
@@ -40,5 +39,4 @@ widget *widget_find (screen * s, char *id);
int widget_add (screen * s, char *id, char *type, char *in, int sock);
int widget_remove (screen * s, char *id, int sock);
#endif