mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
r600: remove redundant semicolon
Reviewed-By: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
7230cb8f2b
commit
6f0322b16a
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ public:
|
|||
|
||||
class alu_node : public node {
|
||||
protected:
|
||||
alu_node() : node(NT_OP, NST_ALU_INST) { memset(&bc, 0, sizeof(bc_alu)); };
|
||||
alu_node() : node(NT_OP, NST_ALU_INST) { memset(&bc, 0, sizeof(bc_alu)); }
|
||||
public:
|
||||
bc_alu bc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue