summaryrefslogtreecommitdiff
path: root/assembler/gen4asm.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-02-01 14:54:46 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:42 +0000
commit2d8b92a24b2d6aebe2ced1f014b6c3129f86b91c (patch)
treefd227eb73e9ffcf36d6a40227eaf28d3d28c0f80 /assembler/gen4asm.h
parent2f502bcaaa06419b8a8cfb328d2fbd8dc982f771 (diff)
assembler: Remove trailing white space
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'assembler/gen4asm.h')
-rw-r--r--assembler/gen4asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h
index 49baf9dc..a708c526 100644
--- a/assembler/gen4asm.h
+++ b/assembler/gen4asm.h
@@ -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 {