mesa: 80-column wrapping and whitespace fixes

This commit is contained in:
Brian Paul
2011-04-13 07:35:25 -06:00
parent 75d585e544
commit 032a7ef0a1
4 changed files with 17 additions and 14 deletions

View File

@@ -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;