Index: webcam.c
===================================================================
--- webcam.c	(revision 655)
+++ webcam.c	(revision 656)
@@ -51,28 +51,28 @@
 
   if (dy>dx) 
   {
-	temp=dx;
-	dx=dy;
-	dy=temp;
-	troca=1;
+        temp=dx;
+        dx=dy;
+        dy=temp;
+        troca=1;
   }
   else
   {
-	troca=0;
+        troca=0;
   }
 
   e=2*dy-dx;
 
   for (i=1; i<=dx; i++)
   {  
-	set_pixel(x,y,r,g,b,img);
+        set_pixel(x,y,r,g,b,img);
   
     while (e>=0) 
     {
-	if (troca==1)
-	  x=x+s1;
-	else
-	  y=y+s2;
+        if (troca==1)
+          x=x+s1;
+        else
+          y=y+s2;
   
       e=e-2*dx;
     }
@@ -80,7 +80,7 @@
     if (troca==1)
         y=y+s2;
     else
-	x=x+s1;
+        x=x+s1;
 
   e=e+2*dy;
 
@@ -139,12 +139,12 @@
 
 
     if(j>max)
-	{
-	max=j;
-	where=i;
-	wherex=x/(float)tx;
-	wherey=y/(float)ty;
-	}
+        {
+        max=j;
+        where=i;
+        wherex=x/(float)tx;
+        wherey=y/(float)ty;
+        }
     }
 
 if(where>=0)