Whitespace cleanup.

Submitted by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Eric Anholt 2003-09-25 19:08:46 +00:00
parent a0a38f8bd6
commit b0fab09c4d

View file

@ -124,8 +124,8 @@ do { \
if ( dev_priv->page_flipping ) { \
radeon_do_cleanup_pageflip( dev ); \
} \
radeon_mem_release( filp, dev_priv->gart_heap ); \
radeon_mem_release( filp, dev_priv->fb_heap ); \
radeon_mem_release( filp, dev_priv->gart_heap ); \
radeon_mem_release( filp, dev_priv->fb_heap ); \
} \
} while (0)