summaryrefslogtreecommitdiffstats
path: root/vidix/pm3_regs.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /vidix/pm3_regs.h
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/pm3_regs.h')
-rw-r--r--vidix/pm3_regs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vidix/pm3_regs.h b/vidix/pm3_regs.h
index 02fa982a96..2ec5555a79 100644
--- a/vidix/pm3_regs.h
+++ b/vidix/pm3_regs.h
@@ -1,7 +1,7 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_regs.h,v 1.9 2001/11/20 00:09:15 alanh Exp $ */
/*
- * glint register file
+ * glint register file
*
* Copyright by Sven Luther
* Authors: Sven Luther, <luther@dpt-info.u-strasbg.fr>
@@ -9,7 +9,7 @@
*
* this work is sponsored by Appian Graphics.
*
- */
+ */
#ifndef MPLAYER_PM3_REGS_H
#define MPLAYER_PM3_REGS_H
@@ -82,7 +82,7 @@
#define PM3ByApertureMode_DOUBLE_WRITE_32MB (6<<22)
#define PM3ByAperture2Mode 0x0328
-
+
/**********************************************
* GLINT Permedia3 Memory Control (0x1000) *
***********************************************/
@@ -1061,7 +1061,7 @@ extern void *pm3_reg_base;
#define WRITE_REG(offset,val) \
*(volatile unsigned long *)(((unsigned char *)(pm3_reg_base)) + (offset)) = (val)
-
+
#define READ_REG(offset) \
*(volatile unsigned long *)(((unsigned char *)(pm3_reg_base)) + (offset))
@@ -1070,7 +1070,7 @@ extern void *pm3_reg_base;
unsigned long temp; \
temp = READ_REG(offset); \
WRITE_REG(offset,temp|(val)); \
- }
+ }
#define UPDATE_CLEAR_REG(offset,val) \
{ \