glsl: remove tabs from linker.{cpp,h}
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -1235,8 +1235,7 @@ remap_variables(ir_instruction *inst, struct gl_linked_shader *target,
|
|||||||
{
|
{
|
||||||
class remap_visitor : public ir_hierarchical_visitor {
|
class remap_visitor : public ir_hierarchical_visitor {
|
||||||
public:
|
public:
|
||||||
remap_visitor(struct gl_linked_shader *target,
|
remap_visitor(struct gl_linked_shader *target, hash_table *temps)
|
||||||
hash_table *temps)
|
|
||||||
{
|
{
|
||||||
this->target = target;
|
this->target = target;
|
||||||
this->symbols = target->symbols;
|
this->symbols = target->symbols;
|
||||||
|
Reference in New Issue
Block a user