nir: Remove spurious ; after namespace.
Makes -pedantic happy. Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
@@ -127,7 +127,7 @@ private:
|
|||||||
nir_visitor *visitor;
|
nir_visitor *visitor;
|
||||||
};
|
};
|
||||||
|
|
||||||
}; /* end of anonymous namespace */
|
} /* end of anonymous namespace */
|
||||||
|
|
||||||
nir_shader *
|
nir_shader *
|
||||||
glsl_to_nir(const struct gl_shader_program *shader_prog,
|
glsl_to_nir(const struct gl_shader_program *shader_prog,
|
||||||
|
Reference in New Issue
Block a user