diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-01-31 18:12:25 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-18 15:39:20 +0100 |
commit | 260be54c67eb77b4da9550f70c14a6aa33c95768 (patch) | |
tree | 31ce9a158cacc20fdc8e5ae2ec28dc3fecc76101 /src/mesa | |
parent | fd8ce6ba2002ae86ed2083b5439b18d212378dc1 (diff) |
Move the modeline to the bottom of the file
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/glamo/glamo_dri.c | 4 |
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; */ |