Formatting

SVN revision: 24761
This commit is contained in:
sebastid 2006-08-15 19:36:21 +00:00 committed by sebastid
parent 6a51472e1b
commit b6531ca78a
1 changed files with 103 additions and 100 deletions

View File

@ -1,3 +1,6 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "e.h"
Evas_Smart *_e_spectrum_smart = NULL;
@ -23,7 +26,7 @@ static void
_e_spectrum_smart_add(Evas_Object *o)
{
E_Spectrum *sp;
sp = calloc(1, sizeof(E_Spectrum));
sp = E_NEW(E_Spectrum, 1);
if (!sp) return;