From eeae6a0a3885f9af9efba7c1e1bcb1e633635717 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 5 Sep 2004 10:54:59 +0000 Subject: merge back bunch of whitespace and misc changes from kernel --- linux-core/drm_ioctl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linux-core/drm_ioctl.c') diff --git a/linux-core/drm_ioctl.c b/linux-core/drm_ioctl.c index c3725668..33695440 100644 --- a/linux-core/drm_ioctl.c +++ b/linux-core/drm_ioctl.c @@ -343,9 +343,7 @@ int DRM(setversion)(DRM_IOCTL_ARGS) return EINVAL; if (dev->fn_tbl.set_version) - dev->fn_tbl.set_version(dev, &sv); - + dev->fn_tbl.set_version(dev, &sv); } return 0; } - -- cgit v1.2.3