assembler: Remove trailing white space

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-02-01 14:54:46 +00:00
parent 2f502bcaaa
commit 2d8b92a24b
7 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -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 {