From f5bb397acd12292f6b41438778f2df7391d6f2fe Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 14 Oct 2015 15:26:56 +0200 Subject: bug 17392: remove trailing whitespace in source files --- cparser/validator/Validator_safe.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser/validator/Validator_safe.v') diff --git a/cparser/validator/Validator_safe.v b/cparser/validator/Validator_safe.v index 119f7337..c5229ac9 100644 --- a/cparser/validator/Validator_safe.v +++ b/cparser/validator/Validator_safe.v @@ -121,7 +121,7 @@ Qed. Definition goto_head_symbs := forall s nt, match goto_table s nt with - | Some (exist s2 _) => + | Some (exist s2 _) => prefix (past_symb_of_non_init_state s2) (head_symbs_of_state s) | None => True end. -- cgit