edits
[c11tester.git] / predicate.h
index e2412d186705e079e60dabe68762b085af1245b8..bab7a7eee54363c01802bdf44616f0e814bb892e 100644 (file)
@@ -5,7 +5,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 predicate_expr {