diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-08-12 15:13:45 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-08-12 15:13:45 +0000 |
commit | 737100069063b214f67622fd5d165a4528d40623 (patch) | |
tree | fcb9b49302808e883815a6b6cdd2b4d673fd6199 /sys/dev/pci/drm/i915_drm.h | |
parent | a77bdd8719ac72d430b7910c78a0dbc9d126d630 (diff) |
Fix a ton of space and tab violations. No binary change.
ok oga
Diffstat (limited to 'sys/dev/pci/drm/i915_drm.h')
-rw-r--r-- | sys/dev/pci/drm/i915_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915_drm.h b/sys/dev/pci/drm/i915_drm.h index d9e0c8244ad..b282464c432 100644 --- a/sys/dev/pci/drm/i915_drm.h +++ b/sys/dev/pci/drm/i915_drm.h @@ -255,7 +255,7 @@ typedef struct drm_i915_irq_wait { #define I915_PARAM_ALLOW_BATCHBUFFER 2 #define I915_PARAM_LAST_DISPATCH 3 #define I915_PARAM_CHIPSET_ID 4 -#define I915_PARAM_HAS_GEM 5 +#define I915_PARAM_HAS_GEM 5 #define I915_PARAM_NUM_FENCES_AVAIL 6 #define I915_PARAM_HAS_EXECBUF2 9 |