mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
nir: Remove spurious ; after namespace.
Makes -pedantic happy. Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
parent
f7854d8227
commit
caa5937ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ private:
|
|||
nir_visitor *visitor;
|
||||
};
|
||||
|
||||
}; /* end of anonymous namespace */
|
||||
} /* end of anonymous namespace */
|
||||
|
||||
nir_shader *
|
||||
glsl_to_nir(const struct gl_shader_program *shader_prog,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue