summaryrefslogtreecommitdiff
path: root/shared-core/r128_state.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-04-10 13:52:43 +0000
committerDave Airlie <airlied@linux.ie>2004-04-10 13:52:43 +0000
commit3306abbde7565596528e863d2cf906a4a49f3271 (patch)
treefb58d0b849abe9203c2ea1dc35feba0ca0345aac /shared-core/r128_state.c
parent7e0f883501ad11d16762763a555a9502f76ffba3 (diff)
white space changes to align with kernel
Diffstat (limited to 'shared-core/r128_state.c')
-rw-r--r--shared-core/r128_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/r128_state.c b/shared-core/r128_state.c
index dcacb0f3..81d22099 100644
--- a/shared-core/r128_state.c
+++ b/shared-core/r128_state.c
@@ -915,7 +915,7 @@ static int r128_cce_dispatch_write_span( drm_device_t *dev,
DRM_DEBUG( "\n" );
count = depth->n;
- if (count>4096 || count<=0)
+ if (count > 4096 || count <= 0)
return -EMSGSIZE;
if ( DRM_COPY_FROM_USER( &x, depth->x, sizeof(x) ) ) {