diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-01-31 18:12:25 +0000 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-09-18 12:52:17 +0100 |
commit | e46c69b13a77b3756498e439fff4859f96215b4b (patch) | |
tree | 4f7b48e8e2c8f13a8d6861c8344419b56e3b0bee | |
parent | 7815398626c644dee5583ff7ffd982283bc150b1 (diff) |
Move the modeline to the bottom of the file
-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; */ |