]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/vms-helper.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / bn / vms-helper.c
index 4b63149bf3eb4b27f5665c50a892f2c54acd76c4..f342e90cbf9c72c2e7666fb2d14c6f2da62db9f8 100644 (file)
@@ -7,7 +7,7 @@
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer. 
+ *    notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in
@@ -60,9 +60,9 @@
 bn_div_words_abort(int i)
 {
 #ifdef BN_DEBUG
-#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
-       fprintf(stderr,"Division would overflow (%d)\n",i);
-#endif
-       abort();
+# if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
+    fprintf(stderr, "Division would overflow (%d)\n", i);
+# endif
+    abort();
 #endif
 }