From 3306abbde7565596528e863d2cf906a4a49f3271 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 10 Apr 2004 13:52:43 +0000 Subject: white space changes to align with kernel --- shared-core/r128_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core/r128_state.c') 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) ) ) { -- cgit v1.2.3