comparison src/fullscreen.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents 4f7362028062
children ddabc4873a3f
comparison
equal deleted inserted replaced
441:08eb7137cd94 442:4b2d7f9af171
433 while (work) 433 while (work)
434 { 434 {
435 ScreenData *sd = work->data; 435 ScreenData *sd = work->data;
436 work = work->next; 436 work = work->next;
437 437
438 g_free(sd->description); 438 g_free(sd->description);
439 g_free(sd); 439 g_free(sd);
440 } 440 }
441 441
442 g_list_free(list); 442 g_list_free(list);
443 } 443 }