Module: Mesa
Branch: main
Commit: abcd0aa9e59eac86b6bf0f8cfc54dacf5fbf0560
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=abcd0aa9e59eac86b6bf0f8cfc54dacf5fbf0560

Author: Timur Kristóf <[email protected]>
Date:   Wed May 25 10:41:28 2022 +0200

aco: Remove trailing whitespace.

Signed-off-by: Timur Kristóf <[email protected]>
Acked-by: Martin Roukala <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16702>

---

 src/amd/compiler/aco_opcodes.py     | 2 +-
 src/amd/compiler/aco_opcodes_cpp.py | 2 +-
 src/amd/compiler/aco_opcodes_h.py   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/amd/compiler/aco_opcodes.py b/src/amd/compiler/aco_opcodes.py
index d93d0d3c092..3a4caee884e 100644
--- a/src/amd/compiler/aco_opcodes.py
+++ b/src/amd/compiler/aco_opcodes.py
@@ -972,7 +972,7 @@ opcode("v_dot4_i32_i8", -1, 0x28, 0x16, Format.VOP3P, 
InstrClass.Valu32)
 opcode("v_dot4_u32_u8", -1, 0x29, 0x17, Format.VOP3P, InstrClass.Valu32)
 
 
-# VINTERP instructions: 
+# VINTERP instructions:
 VINTRP = {
    (0x00, "v_interp_p1_f32"),
    (0x01, "v_interp_p2_f32"),
diff --git a/src/amd/compiler/aco_opcodes_cpp.py 
b/src/amd/compiler/aco_opcodes_cpp.py
index 8735a1345ea..f6bc4e3c34c 100644
--- a/src/amd/compiler/aco_opcodes_cpp.py
+++ b/src/amd/compiler/aco_opcodes_cpp.py
@@ -1,6 +1,6 @@
 
 template = """\
-/* 
+/*
  * Copyright (c) 2018 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/src/amd/compiler/aco_opcodes_h.py 
b/src/amd/compiler/aco_opcodes_h.py
index d40cfd21520..2bd77768acf 100644
--- a/src/amd/compiler/aco_opcodes_h.py
+++ b/src/amd/compiler/aco_opcodes_h.py
@@ -1,6 +1,6 @@
 
 template = """\
-/* 
+/*
  * Copyright (c) 2018 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a

Reply via email to