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 --- powerpc/Stacklayout.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'powerpc/Stacklayout.v') diff --git a/powerpc/Stacklayout.v b/powerpc/Stacklayout.v index be823c1e..a751fd98 100644 --- a/powerpc/Stacklayout.v +++ b/powerpc/Stacklayout.v @@ -117,10 +117,10 @@ Proof. fe_ofs_float_callee_save, fe_num_float_callee_save, fe_stack_data. set (x1 := align (8 + 4 * bound_outgoing b) 8). - assert (8 | x1). unfold x1; apply align_divides. omega. + assert (8 | x1). unfold x1; apply align_divides. omega. set (x2 := x1 + 4 * bound_local b). assert (4 | x2). unfold x2; apply Zdivide_plus_r; auto. - apply Zdivides_trans with 8. exists 2; auto. auto. + apply Zdivides_trans with 8. exists 2; auto. auto. exists (bound_local b); ring. set (x3 := x2 + 4). assert (4 | x3). unfold x3; apply Zdivide_plus_r; auto. exists 1; auto. -- cgit