mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-19 20:33:01 +00:00
assembler: Remove trailing white space
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+2
-2
@@ -106,7 +106,7 @@ struct options {
|
||||
|
||||
struct region {
|
||||
int vert_stride, width, horiz_stride;
|
||||
int is_default;
|
||||
int is_default;
|
||||
};
|
||||
struct regtype {
|
||||
int type;
|
||||
@@ -114,7 +114,7 @@ struct regtype {
|
||||
};
|
||||
|
||||
/**
|
||||
* This structure is the internal representation of source operands in the
|
||||
* This structure is the internal representation of source operands in the
|
||||
* parser.
|
||||
*/
|
||||
struct src_operand {
|
||||
|
||||
Reference in New Issue
Block a user