diff options
author | Ilia Mirkin <[email protected]> | 2015-10-31 19:54:38 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-10-31 19:58:14 -0400 |
commit | 67635a0a713e54939f1f72ba8db2b3099988a925 (patch) | |
tree | ae97f50d978c0fcf3102f97503fa234ecf895bbe /src/gallium/drivers/nouveau/nouveau_video.h | |
parent | 0ef8c5cb96f6b1fea7c18c25fbff2adb6d7d0736 (diff) |
nouveau: get rid of tabs
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_video.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_video.h b/src/gallium/drivers/nouveau/nouveau_video.h index fd1bd527deb..3ef6f89ce28 100644 --- a/src/gallium/drivers/nouveau/nouveau_video.h +++ b/src/gallium/drivers/nouveau/nouveau_video.h @@ -83,7 +83,7 @@ BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) static inline void PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, struct nouveau_bo *bo, uint32_t offset, - struct nouveau_bufctx *ctx, int bin, uint32_t rw) + struct nouveau_bufctx *ctx, int bin, uint32_t rw) { nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1), bo, offset, |