diff options
author | Brian Paul <[email protected]> | 2011-04-13 07:35:25 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-13 07:35:25 -0600 |
commit | 032a7ef0a1cb753defc11e97b11ea2e602bae5f2 (patch) | |
tree | 27f37582e8bfb1a662168afdfd70c95d19f1c54a /src/mesa/main/shared.c | |
parent | 75d585e5447fb90a27e9ddb6c60f3560db1512f4 (diff) |
mesa: 80-column wrapping and whitespace fixes
Diffstat (limited to 'src/mesa/main/shared.c')
-rw-r--r-- | src/mesa/main/shared.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/shared.c b/src/mesa/main/shared.c index e470d873f70..d84f59690c5 100644 --- a/src/mesa/main/shared.c +++ b/src/mesa/main/shared.c @@ -27,8 +27,6 @@ * Shared-context state */ - - #include "imports.h" #include "mfeatures.h" #include "mtypes.h" @@ -46,6 +44,7 @@ #include "shaderobj.h" #include "syncobj.h" + /** * Allocate and initialize a shared context state structure. * Initializes the display list, texture objects and vertex programs hash @@ -403,7 +402,8 @@ free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) * \sa free_shared_state(). */ void -_mesa_release_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) +_mesa_release_shared_state(struct gl_context *ctx, + struct gl_shared_state *shared) { GLint RefCount; |