Commit c63ce5bf1f17e17c4525161efe85c212358be8e1

Francois Perrad 2018-12-27T09:21:12

fix indentation

diff --git a/demo/demo.c b/demo/demo.c
index 2bb2ed3..2ea5aa0 100644
--- a/demo/demo.c
+++ b/demo/demo.c
@@ -745,12 +745,12 @@ int main(void)
 
             if (mp_cmp(&c, &d) != MP_EQ) {
 /* *INDENT-OFF* */
-printf("d = e mod a, c = e MOD a\n");
-mp_todecimal(&a, buf); printf("a = %s\n", buf);
-mp_todecimal(&e, buf); printf("e = %s\n", buf);
-mp_todecimal(&d, buf); printf("d = %s\n", buf);
-mp_todecimal(&c, buf); printf("c = %s\n", buf);
-printf("compare no compare!\n"); return EXIT_FAILURE;
+               printf("d = e mod a, c = e MOD a\n");
+               mp_todecimal(&a, buf); printf("a = %s\n", buf);
+               mp_todecimal(&e, buf); printf("e = %s\n", buf);
+               mp_todecimal(&d, buf); printf("d = %s\n", buf);
+               mp_todecimal(&c, buf); printf("c = %s\n", buf);
+               printf("compare no compare!\n"); return EXIT_FAILURE;
 /* *INDENT-ON* */
             }
             /* only one big montgomery reduction */