glsl: whitespace cleanups.
authorTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 23 Oct 2013 10:31:27 +0000 (21:31 +1100)
committerPaul Berry <stereotype441@gmail.com>
Mon, 28 Oct 2013 13:06:04 +0000 (06:06 -0700)
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
v2 (Paul Berry <stereotype441@gmail.com>): Separate from "glsl: Add
check for unsized arrays to glsl types".

Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/glsl_types.h

index 4b5b6efb393d07621225a1e534297174d940d124..a0dbde1e23bfc6e760368428fecde02f5964e785 100644 (file)
@@ -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
     *