diff options
author | Neil Roberts <[email protected]> | 2018-10-17 17:38:03 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-10-17 12:44:48 -0400 |
commit | ee61790daf46d83d64288b99fb02f17070acb3dc (patch) | |
tree | 3f2e598954532da76be130b377c29e136294f252 /src/gallium/drivers/freedreno/a2xx/fd2_util.c | |
parent | afe640b360f4a2df27e3c8a23f786cbd977f8dad (diff) |
freedreno: Remove the Emacs mode lines
These are not necessary because the corresponding settings are set via
the .dir-locals.el file anyway. Most of them were missing a ‘:’ after
“tab-width” which was making Emacs display an annoying warning
whenever you open the file.
This patch was made with:
sed -ri '/-\*- mode:/,/^$/d' \
$(find src/gallium/{drivers,winsys} -name \*.\[ch\] \
-exec grep -l -- '-\*- mode:' {} \+)
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a2xx/fd2_util.c')
-rw-r--r-- | src/gallium/drivers/freedreno/a2xx/fd2_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/a2xx/fd2_util.c b/src/gallium/drivers/freedreno/a2xx/fd2_util.c index ee4a4d60fb1..0436fcf9eeb 100644 --- a/src/gallium/drivers/freedreno/a2xx/fd2_util.c +++ b/src/gallium/drivers/freedreno/a2xx/fd2_util.c @@ -1,5 +1,3 @@ -/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */ - /* * Copyright (C) 2012 Rob Clark <[email protected]> * |