summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-01-31 19:49:39 +0100
committerRich Salz <rsalz@akamai.com>2016-02-02 19:44:06 -0500
commit43d6702de97d2d5b5b825ffea772b9f55635688c (patch)
tree6133f5821813768f5f852f5c3e221f83c8c8b7dd /crypto/engine/eng_int.h
parentb5c5a9714197186013a181e8bfb829a2d24f8b04 (diff)
fix code indentation issue
... related to engine_ref_debug macro. Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r--crypto/engine/eng_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index d75ba5fd0a..804214d9ae 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -87,7 +87,7 @@ extern "C" {
(unsigned int)(e), (isfunct ? "funct" : "struct"), \
((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
- (__FILE__), (__LINE__));
+ (__FILE__), (__LINE__))
# else