Mesa (master): glsl: whitespace cleanups.

Paul Berry stereotype441 at kemper.freedesktop.org
Mon Oct 28 13:06:55 UTC 2013


Module: Mesa
Branch: master
Commit: 5cd7eb9f071a02c8252f49ef1fbe59d7319ed503
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cd7eb9f071a02c8252f49ef1fbe59d7319ed503

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Wed Oct 23 21:31:27 2013 +1100

glsl: whitespace cleanups.

Signed-off-by: Timothy Arceri <t_arceri at yahoo.com.au>

v2 (Paul Berry <stereotype441 at gmail.com>): Separate from "glsl: Add
check for unsized arrays to glsl types".

Reviewed-by: Paul Berry <stereotype441 at gmail.com>

---

 src/glsl/glsl_types.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index 4b5b6ef..a0dbde1 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -468,7 +468,6 @@ struct glsl_type {
 	 : error_type;
    }
 
-
    /**
     * Get the type of a structure field
     *
@@ -478,13 +477,11 @@ struct glsl_type {
     */
    const glsl_type *field_type(const char *name) const;
 
-
    /**
     * Get the location of a filed within a record type
     */
    int field_index(const char *name) const;
 
-
    /**
     * Query the number of elements in an array type
     *




More information about the mesa-commit mailing list