summaryrefslogtreecommitdiffstats
path: root/drivers/3dfx.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:26:13 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-07 02:34:35 +0300
commit0eb321bf2c1cc0e048faff26a01f86cdd3ec254f (patch)
tree71cb9bd9ed121156d3382066c0722c73189afe04 /drivers/3dfx.h
parent6d908205fbadbdf7ccdc6c5e0eb918f0b43f16e0 (diff)
downloadmpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.bz2
mpv-0eb321bf2c1cc0e048faff26a01f86cdd3ec254f.tar.xz
Remove trailing whitespace from most files
Diffstat (limited to 'drivers/3dfx.h')
-rw-r--r--drivers/3dfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/3dfx.h b/drivers/3dfx.h
index 123541c865..0cabc492ce 100644
--- a/drivers/3dfx.h
+++ b/drivers/3dfx.h
@@ -346,7 +346,7 @@ typedef struct voodoo_yuv_fb_t voodoo_yuv_fb;
#define GRA_I 0x3ce
#define GRA_D 0x3cf
-#ifndef FB_ACCEL_3DFX_BANSHEE
+#ifndef FB_ACCEL_3DFX_BANSHEE
#define FB_ACCEL_3DFX_BANSHEE 31
#endif
@@ -362,12 +362,12 @@ typedef struct voodoo_yuv_fb_t voodoo_yuv_fb;
#define XYREG(x,y) (((((unsigned long)y) & 0x1FFF) << 16) | (((unsigned long)x) & 0x1FFF))
-//#define TDFXFB_DEBUG
+//#define TDFXFB_DEBUG
#ifdef TDFXFB_DEBUG
#define DPRINTK(a,b...) printk(KERN_DEBUG "fb: %s: " a, __FUNCTION__ , ## b)
#else
#define DPRINTK(a,b...)
-#endif
+#endif
/* ------------------------------------------------------------------------- */