summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-01-31 18:12:25 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-18 15:39:20 +0100
commit260be54c67eb77b4da9550f70c14a6aa33c95768 (patch)
tree31ce9a158cacc20fdc8e5ae2ec28dc3fecc76101
parentfd8ce6ba2002ae86ed2083b5439b18d212378dc1 (diff)
Move the modeline to the bottom of the file
-rw-r--r--src/mesa/drivers/dri/glamo/glamo_dri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/glamo/glamo_dri.c b/src/mesa/drivers/dri/glamo/glamo_dri.c
index 7d03864d31..a6351dc46b 100644
--- a/src/mesa/drivers/dri/glamo/glamo_dri.c
+++ b/src/mesa/drivers/dri/glamo/glamo_dri.c
@@ -3,8 +3,6 @@
*
* (c) 2009 Thomas White <taw@bitwiz.org.uk>
*
- * kate: space-indent on; indent-width 3; mixedindent off; indent-mode cstyle;
- *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
@@ -123,3 +121,5 @@ const struct __DriverAPIRec driDriverAPI = {
.GetDrawableMSC = NULL, /* Not used */
.InitScreen2 = NULL /* For DRI2 */
};
+
+/* kate: space-indent on; indent-width 3; mixedindent off; indent-mode cstyle; */