diff snow.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents 18e7ecf83aa2
children cb0e26759cca
line wrap: on
line diff
--- a/snow.c	Wed Dec 21 17:50:40 2005 +0000
+++ b/snow.c	Thu Dec 22 01:10:11 2005 +0000
@@ -566,9 +566,9 @@
     av_free(buf->line);
 }
 
-#ifdef	__sgi
+#ifdef __sgi
 // Avoid a name clash on SGI IRIX
-#undef	qexp
+#undef qexp
 #endif
 #define QEXPSHIFT (7-FRAC_BITS+8) //FIXME try to change this to 0
 static uint8_t qexp[QROOT];