merge
[c11tester.git] / predicate.h
index 42511c609cb5a8907b7bda7d740047c4f3b0387d..3849e2d88e0e4b2c519c4bd61717597a0d53f2e3 100644 (file)
@@ -12,7 +12,7 @@ typedef enum predicate_token {
 } token_t;
 
 /* If token is EQUALITY, then the predicate asserts whether
- * this load should read the same value as the last value 
+ * this load should read the same value as the last value
  * read at memory location specified in predicate_expr.
  */
 struct pred_expr {